JuliaMath / Cubature.jl

One- and multi-dimensional adaptive integration routines for the Julia language
Other
126 stars 21 forks source link

Error: Error building `Cubature` #50

Closed jbrea closed 4 years ago

jbrea commented 4 years ago

With Cubature v1.5.0 I get a

Error: Error building `Cubature`: 
│ ERROR: LoadError: ArgumentError: Package BinaryProvider not found in current path:
│ - Run `import Pkg; Pkg.add("BinaryProvider")` to install the BinaryProvider package.
│ 
│ Stacktrace:
│  [1] top-level scope at none:5
│ in expression starting at /home/j/.julia/packages/Cubature/NwQxL/deps/build.jl:1
└ @ Pkg.Operations /build/julia/src/julia-1.4.0/usr/share/julia/stdlib/v1.4/Pkg/src/Operations.jl:892
skleinbo commented 4 years ago

Going

]rm Cubature
gc
add Cubature

resolved the problem for me.

Whether the garbage collection is necessary, I do not know.

stevengj commented 4 years ago

Should be fixed in the next release; had an obsolete deps/build.jl lying around.