diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:54:40 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:54:40 +0000 |
| commit | af50a3625c8d2b5102786ec5bf1d754921027d15 (patch) | |
| tree | 631fc6dddc0e9d6cca3cafa7d267611731e5f3a9 /.travis.yml | |
| parent | remove old cygwin stuff (diff) | |
| download | pygensvm-af50a3625c8d2b5102786ec5bf1d754921027d15.tar.gz pygensvm-af50a3625c8d2b5102786ec5bf1d754921027d15.zip | |
inspect lapack directory
We have to set environment variables that point to the
blas and lapack directories, but we need to know where they
are first.
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 1876e67..c530190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - PYTHON="python" - PIP="pip" - - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && pip install numpy Cython" + - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install lapacke -OutputDirectory /cibw/lapacke -Verbosity detailed && dir /c/cibw/lapacke && pip install numpy Cython" env: global: |
