diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 14:51:09 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-05 14:51:09 +0000 |
| commit | 7b028ee9eb90a1dfca9b91691dcc996647c4418e (patch) | |
| tree | 194d64cf50bc7b013a78c65e8bc3b865b3a0f834 /.travis.yml | |
| parent | flush stdout (diff) | |
| download | pygensvm-7b028ee9eb90a1dfca9b91691dcc996647c4418e.tar.gz pygensvm-7b028ee9eb90a1dfca9b91691dcc996647c4418e.zip | |
try installing just openblas
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 91a1417..184468a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: #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 lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && echo && find /c/cibw/lapacke -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 8 && echo && pip install numpy Cython" env: global: |
