diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 14:09:10 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 14:09:10 +0000 |
| commit | ad6f0e25c99cba61adda484838196ac67505fdbc (patch) | |
| tree | 7d026a699e7ead8fe75ff6a6c36dda016518a1f6 /.travis.yml | |
| parent | Attempt to hard code the libraries on windows (diff) | |
| download | pygensvm-ad6f0e25c99cba61adda484838196ac67505fdbc.tar.gz pygensvm-ad6f0e25c99cba61adda484838196ac67505fdbc.zip | |
debugging blas/lapack install on windows
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dc69add..1a1c89c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ matrix: - 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 4 && echo && pip install numpy Cython" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && echo && find /c/cibw/lapacke -type f -maxdepth 4 && echo && pip install numpy Cython" env: global: |
