aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 12:54:40 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-20 12:54:40 +0000
commitaf50a3625c8d2b5102786ec5bf1d754921027d15 (patch)
tree631fc6dddc0e9d6cca3cafa7d267611731e5f3a9
parentremove old cygwin stuff (diff)
downloadpygensvm-af50a3625c8d2b5102786ec5bf1d754921027d15.tar.gz
pygensvm-af50a3625c8d2b5102786ec5bf1d754921027d15.zip
inspect lapack directory
We have to set environment variables that point to the blas and lapack directories, but we need to know where they are first.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1876e67..c530190 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ matrix:
- PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- PYTHON="python"
- PIP="pip"
- - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && pip install numpy Cython"
+ - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && dir /c/cibw/lapacke && pip install numpy Cython"
env:
global: