You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Windows 10 laptop, I get the same error message. In Julia's conda folder I actually see a library udunits2.dll, but somehow this library is not found by BinDeps. BinDeps.debug("UDUnits") gives this:
INFO: Reading build script...
Warning: 'conda-forge' already in 'channels' list, moving to the top
The package declares 1 dependencies.
- Library "libudunits2"
- Providers:
- Conda packages: udunits2
- BinDeps.AptGet package libudunits2-dev (can't provide)
- BinDeps.Yum package udunits2-devel (can't provide)
I use Julia 0.6.1, BinDeps 0.7.0 and Conda 0.7.0. No deps.jl file is generated. The Linux (using apt-get) and Mac (using conda too) build work fine.
The text was updated successfully, but these errors were encountered:
I have the following build.jl script which installs udunits2.
However, on windows, I get the following error:
(full appveyor build log is here
https://ci.appveyor.com/project/Alexander-Barth/udunits-jl/build/job/oixfj4pyxa7vtlva)
On a Windows 10 laptop, I get the same error message. In Julia's conda folder I actually see a library
udunits2.dll
, but somehow this library is not found by BinDeps.BinDeps.debug("UDUnits")
gives this:I use Julia 0.6.1, BinDeps 0.7.0 and Conda 0.7.0. No deps.jl file is generated. The Linux (using apt-get) and Mac (using conda too) build work fine.
The text was updated successfully, but these errors were encountered: