aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 16:44:03 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-12-05 16:44:03 +0000
commit19faf9015057830929a666d201cc15336f786cf9 (patch)
tree8b6aaaf9bbdbc232a094afaffaf662b8a17d4af2
parentuse os.sep instead (diff)
downloadpygensvm-19faf9015057830929a666d201cc15336f786cf9.tar.gz
pygensvm-19faf9015057830929a666d201cc15336f786cf9.zip
also set env vars
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 9cbdc75..a8058c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,12 +40,10 @@ matrix:
- PYTHON="python"
- PIP="pip"
- CIBW_ENVIRONMENT="DISTUTILS_DEBUG=1"
- #-
- #CIBW_ENVIRONMENT="LAPACK=/c/cibw/lapacke/lapacke.0.1.0/lib/native/lib/x64
- #OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/"
+ - CIBW_ENVIRONMENT="OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/"
#- LAPACK="/c/cibw/lapacke/lapacke.0.1.0/lib"
#- BLAS="/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib"
- - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install OpenBLAS -OutputDirectory /cibw/openblas -Verbosity detailed && echo && find /c/cibw/openblas -type f -maxdepth 8 && echo && pip install numpy Cython"
+ - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install OpenBLAS -OutputDirectory /cibw/openblas -Verbosity detailed && echo && find /c/cibw/openblas -type f -maxdepth 10 && echo && pip install numpy Cython"
env:
global: