diff options
author | mattip <matti.picus@gmail.com> | 2021-07-12 21:02:30 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2021-07-12 21:02:30 +0300 |
commit | 1eb9887b0f9de57efc7ee850854f881bcf85e680 (patch) | |
tree | ea38ee28599544d69f8af7f6d0c9108393a0a489 /.travis.yml | |
parent | 89babbd98fc75399709543f55013ff856280c668 (diff) | |
download | numpy-1eb9887b0f9de57efc7ee850854f881bcf85e680.tar.gz |
move to OpenBLAS 0.3.16
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7de8fed3e..cde8a4c72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ jobs: env: # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 + - NPY_USE_BLAS_ILP64=1 - ATLAS=None - python: 3.7 |