diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:52:38 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:52:38 +0000 |
| commit | f506d1cc189e953eb126a4896634deac002f15c8 (patch) | |
| tree | fa8a60f8c30092baf1abfbc546e488b0abc228a3 | |
| parent | First attempt at setting lapack and blas variables (diff) | |
| download | pygensvm-f506d1cc189e953eb126a4896634deac002f15c8.tar.gz pygensvm-f506d1cc189e953eb126a4896634deac002f15c8.zip | |
try setting the env variables in using cibw
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8341a48..19a50e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ matrix: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - PYTHON="python" - PIP="pip" + - CIBW_ENVIRONMENT="LAPACK=/c/cibw/lapacke/lapacke.0.1.0/lib BLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib" - 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 lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && echo && find /c/cibw/lapacke -type d -maxdepth 3 && echo && pip install numpy Cython" |
