jgoldfar / Hypre.jl

Julia wrapper for the Hypre (https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) linear solver library
MIT License
6 stars 2 forks source link

Get Travis CI build working #4

Closed jgoldfar closed 9 years ago

jgoldfar commented 9 years ago

There must be some missing dependency, but it isn't clear what it is...

Testing Hypre.jl in Julia version 0.3.5
ERROR: Unable to load 
libhypre (libHYPRE.so)
Please re-run Pkg.build(package), and restart Julia.
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 in include at ./boot.jl:245
 in include_from_node1 at loading.jl:128
 in process_options at ./client.jl:285
 in _start at ./client.jl:354
while loading /home/travis/.julia/v0.3/Hypre/deps/deps.jl, in expression starting on line 13
while loading /home/travis/.julia/v0.3/Hypre/src/Hypre.jl, in expression starting on line 4
while loading /home/travis/build/jgoldfar/Hypre.jl/test/runtests.jl, in expression starting on line 6
jgoldfar commented 9 years ago

Somehow fixed, but I'm not sure how. See https://github.com/JuliaLang/BinDeps.jl/issues/125