Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

julia-conda based: Error: Error building Arpack #66

Closed
cailiangliang765 opened this issue Apr 25, 2019 · 4 comments
Closed

julia-conda based: Error: Error building Arpack #66

cailiangliang765 opened this issue Apr 25, 2019 · 4 comments

Comments

@cailiangliang765
Copy link

julia> Pkg.build("Arpack")
Building Arpack → ~/.julia/packages/Arpack/CH7vk/deps/build.log
┌ Error: Error building Arpack:
│ ERROR: LoadError: LibraryProduct(nothing, ["libarpack"], :libarpack, "Prefix(/home/cllcentosvm/.julia/packages/Arpack/CH7vk/deps/usr)") is not satisfied, cannot generate deps.jl!
│ Stacktrace:
│ [1] error(::String) at ./error.jl:33
│ [2] #write_deps_file#152(::Bool, ::Function, ::String, ::Array{LibraryProduct,1}) at /home/cllcentosvm/.julia/packages/BinaryProvider/4F5Hq/src/Products.jl:414
│ [3] (::getfield(BinaryProvider, Symbol("#kw##write_deps_file")))(::NamedTuple{(:verbose,),Tuple{Bool}}, ::typeof(write_deps_file), ::String, ::Array{LibraryProduct,1}) at ./none:0
│ [4] top-level scope at none:0
│ [5] include at ./boot.jl:317 [inlined]
│ [6] include_relative(::Module, ::String) at ./loading.jl:1044
│ [7] include(::Module, ::String) at ./sysimg.jl:29
│ [8] include(::String) at ./client.jl:392
│ [9] top-level scope at none:0
│ in expression starting at /home/cllcentosvm/.julia/packages/Arpack/CH7vk/deps/build.jl:74
└ @ Pkg.Operations /home/conda/feedstock_root/build_artifacts/julia_1548684429855/work/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1097

julia> versioninfo()
Julia Version 1.0.3
Platform Info:
OS: Linux (x86_64-conda_cos6-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-1620 v4 @ 3.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, broadwell)

julia>

@andreasnoack
Copy link
Member

How did you install Julia?

@cailiangliang765
Copy link
Author

cailiangliang765 commented Apr 25, 2019

How did you install Julia?

@andreasnoack conda install -c conda-forge julia
in https://anaconda.org/conda-forge/julia.

@andreasnoack
Copy link
Member

Please try if you can reproduce with the official binaries from https://julialang.org/downloads/

@cailiangliang765
Copy link
Author

cailiangliang765 commented Apr 25, 2019

Please try if you can reproduce with the official binaries from https://julialang.org/downloads/
I try this solution from #5 , it can solve my build perfectly. @andreasnoack many thanks !
#5 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants