Skip to content

Commit

Permalink
add conda install of libgfortran=1
Browse files Browse the repository at this point in the history
The dependence of NumPy on libgfortran has changed in conda, see
conda/conda#2177
  • Loading branch information
pdebuyl committed Jun 17, 2016
1 parent a64478f commit 74f87f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions continuous_integration/install.sh
Expand Up @@ -70,6 +70,7 @@ create_new_conda_env() {
echo "conda requirements string: $REQUIREMENTS"
conda create -n testenv --yes $REQUIREMENTS
source activate testenv
conda install --yes libgfortran=1

if [[ "$INSTALL_MKL" == "true" ]]; then
# Make sure that MKL is used
Expand Down

0 comments on commit 74f87f3

Please sign in to comment.