-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix travis build failing due to missing libgfortran.1 lib #17
Comments
That did not help... https://travis-ci.org/MDAnalysis/GridDataFormats/jobs/81666101 failed. |
@richardjgowers , any idea how to fix this problem? The issue/17 branch is currently failing but only for 2.7. This seems an issue with the conda scipy package but I have zero clue how to fix it. |
Blocks the 0.3.0 release because I don't want to have a "failing" badge associate with the release... even though it seems to be a travis/conda problem. |
This is a problem with conda/conda#444 and they only updated numpy 1.9.2 (our travis runs on 1.9.1) so I'll try to upgrade... |
Should fix #17. See conda/conda#444 (which was only fixed for 1.5.1, 1.6.2, 1.7.1, 1.8.2, 1.9.2).
Trying a workaround to use conda scipy package without MKL because @bartvm in mila-iqia/blocks#836 suggests to disable MKL in numpy 1.9.2 because the MKL version is still missing the libgfortran.so.1 dependency. |
- noted on travis-ci/travis-ci#4816 and identified as a problem with conda packages numpy and scipy for Python 2.7 (see conda/conda#444) - need to use numpy 1.9.2 without MKL - conda/conda#444 (which was only fixed for 1.5.1, 1.6.2, 1.7.1, 1.8.2, 1.9.2) - See mila-iqia/blocks#836 : @bartvm suggests to disable MKL in numpy 1.9.2 because the MKL version is still missing the libgfortran.so.1 dependency. - also updated scipy to 0.16.0
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
- removed netCDF4 and dependencies from travis configuration - fix scipy.io import problem relating to libgfortran Travis CI problem described in Issue MDAnalysis/GridDataFormats#17.
The 2.7 travis build fails with
The problem is described in travis-ci/travis-ci#4816 and I am trying to fix it in the same manner: by using a newer version of scipy in conda:
The text was updated successfully, but these errors were encountered: