diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 17:23:18 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-12-04 17:23:18 +0000 |
| commit | 4ed38711101dd1ab0423aae12c0edacef9d7fafb (patch) | |
| tree | 35f4c4314858f24620f09018a8fd96fad5ed020a /.travis.yml | |
| parent | Debug if environment variables are present (diff) | |
| download | pygensvm-4ed38711101dd1ab0423aae12c0edacef9d7fafb.tar.gz pygensvm-4ed38711101dd1ab0423aae12c0edacef9d7fafb.zip | |
Try to be more specific with library paths
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 095a478..3310c63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,9 @@ 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_ENVIRONMENT="LAPACK=/c/cibw/lapacke/lapacke.0.1.0/lib/native/lib/x64 OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/lib/x64" + #- 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" env: |
