conda-forge / mshr-feedstock

A conda-smithy repository for mshr.
BSD 3-Clause "New" or "Revised" License
0 stars 6 forks source link

OS X build failed #5

Closed basnijholt closed 7 years ago

basnijholt commented 7 years ago

The builds in this PR https://github.com/conda-forge/mshr-feedstock/pull/3 were successful, but after it got merged the Travis build failed with:

ImportError: dlopen(/Users/travis/miniconda3/conda-bld/mshr_1488655233419/_t_env/lib/python2.7/site-packages/_mshr.so, 2): Library not loaded: @rpath/libsuitesparseconfig.4.5.3.dylib
  Referenced from: /Users/travis/miniconda3/conda-bld/mshr_1488655233419/_t_env/lib/libdolfin.2016.2.dylib
  Reason: image not found
TESTS FAILED: mshr-2016.2.0-py27_0
The command "conda build ./recipe" exited with 1.
minrk commented 7 years ago

Could be a failure to pin dependencies correctly in the fenics package. There was a recent update in the suitesparse package.

minrk commented 7 years ago

After a week of propagating builds on Travis, the latest build of mshr has now succeeded.