diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:37:41 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 14:37:41 +0000 |
| commit | ca1e01bd22011735cc0af2dd2af7d7ec4ae14cd4 (patch) | |
| tree | 8543baa9f5e4ac084a2ddadb724b13282b0ff542 /.travis.yml | |
| parent | show only directories (diff) | |
| download | pygensvm-ca1e01bd22011735cc0af2dd2af7d7ec4ae14cd4.tar.gz pygensvm-ca1e01bd22011735cc0af2dd2af7d7ec4ae14cd4.zip | |
First attempt at setting lapack and blas variables
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0c0d238..8341a48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,8 @@ matrix: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - PYTHON="python" - PIP="pip" + - 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" env: |
