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 3e2e58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ install:
# Add our channels.
- cmd: conda config --set show_channel_urls true
- cmd: conda config --remove channels defaults
- cmd: conda config --add channels defaults
- cmd: conda config --add channels conda-forge
- cmd: conda config --add pinned_packages conda-forge::numpy

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

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

0 comments on commit 3e2e58f

Please sign in to comment.