From 2af8e5520ab115d56a36ececa8466a88a7baf096 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 4 Jan 2017 09:53:52 -0500 Subject: [PATCH] Add hdf5 install. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 04e49675..14f19894 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,7 +70,7 @@ install: - sed -i "s/scipy==.*/scipy==%SCIPY_VERSION%/" etc/requirements.txt - conda info -a - - conda install conda=4.1.11 conda-build=1.21.11 anaconda-client=1.5.1 --yes -q + - conda install conda=4.1.11 conda-build=1.21.11 anaconda-client=1.5.1 hdf5=1.8.17 --yes -q # https://blog.ionelmc.ro/2014/12/21/compiling-python-extensions-on-windows/ for 64bit C compilation - ps: copy .\ci\appveyor\vcvars64.bat "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64" - "%CMD_IN_ENV% python .\\ci\\make_conda_packages.py"