Skip to content

Commit

Permalink
AppVeyor: Conda-Forge Installs
Browse files Browse the repository at this point in the history
Use the conda-forge packages instead of the default packages.
Especially for numpy, this means using OpenBLAS instead of MKL.

conda-forge/numpy-feedstock#84
conda-forge/numpy-feedstock#97
  • Loading branch information
ax3l committed Jul 31, 2018
1 parent 7ca3b70 commit 36ca2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ install:
- cmd: conda config --add channels conda-forge

# Configure the VM.
- cmd: conda install -n root --quiet --yes cmake hdf5 numpy
- cmd: conda install -n root --quiet --yes -c conda-forge conda-forge::numpy cmake hdf5

before_build:
- cmd: cd C:\projects\openpmd-api
Expand Down

0 comments on commit 36ca2b3

Please sign in to comment.