diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 14:13:07 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 14:13:07 +0000 |
| commit | 8b5458bdf4e32e09038010a5a1d90cf27966ead7 (patch) | |
| tree | 8cad0f280b8e613a35ebb86c7ca7e7bc14f9f322 | |
| parent | debugging blas/lapack install on windows (diff) | |
| download | pygensvm-8b5458bdf4e32e09038010a5a1d90cf27966ead7.tar.gz pygensvm-8b5458bdf4e32e09038010a5a1d90cf27966ead7.zip | |
more debugging
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1a1c89c..095a478 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 f -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 8 && echo && pip install numpy Cython" env: global: |
