summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-09-09 09:36:11 -0500
committerGitHub <noreply@github.com>2017-09-09 09:36:11 -0500
commit67a175b604e8ebab406491488880aa4c33e1bfb8 (patch)
tree722b214e2c9859c8ad7c360fdc1cdf27f1e1568e
parent917652ab0ebc7dfcba5b87902829658fff754730 (diff)
downloadnumpy-67a175b604e8ebab406491488880aa4c33e1bfb8.tar.gz
appveyor: update documentation
-rw-r--r--appveyor.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 10f2459de..7d616eef0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -98,8 +98,7 @@ install:
print(sys.platform, platform.machine(), struct.calcsize('P') * 8, )"
# Install the BLAS library
- # - install "openblas.lib" to PYTHON\lib
- # - install OpenBLAS.dll to MINGW\bin
+ # - install "openblas.a" to PYTHON\lib
- ps: |
$PYTHON_ARCH = $env:PYTHON_ARCH
$PYTHON = $env:PYTHON
@@ -132,10 +131,12 @@ install:
# Upgrade to the latest pip.
- '%CMD_IN_ENV% python -m pip install -U pip setuptools wheel'
- # Install the scipy test dependencies.
+ # Install the numpy test dependencies.
- '%CMD_IN_ENV% pip install -U --timeout 5 --retries 2 -r tools/ci/appveyor/requirements.txt'
build_script:
+ # Here, we add MinGW to the path to be able to link an OpenBLAS.dll
+ # We then use the import library from the DLL to compile with MSVC
- ps: |
$PYTHON_ARCH = $env:PYTHON_ARCH
If ($PYTHON_ARCH -eq 32) {