diff options
author | mattip <matti.picus@gmail.com> | 2020-03-30 15:01:23 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-03-30 15:27:41 +0300 |
commit | a126709e304d1fa4087740d11c0777ac788ed576 (patch) | |
tree | 42a6f22d8a23821d7e6370947626d1e02246a19e /.travis.yml | |
parent | f0a74b2d4e50a1b4f9d9189c6b2e31b920913a8b (diff) | |
download | numpy-a126709e304d1fa4087740d11c0777ac788ed576.tar.gz |
TST: use draft OpenBLAS build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b95103079..d51a1d223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,7 +105,7 @@ jobs: os: linux arch: ppc64le env: - # use ppc64le OpenBLAS build, not system ATLAS + # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 - ATLAS=None @@ -113,15 +113,16 @@ jobs: os: linux arch: s390x env: - # use s390x OpenBLAS build, not system ATLAS + # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 + - NPY_USE_BLAS_ILP64=1 - ATLAS=None - python: 3.7 os: linux arch: aarch64 env: - # use ppc64le OpenBLAS build, not system ATLAS + # use OpenBLAS build, not system ATLAS - DOWNLOAD_OPENBLAS=1 - ATLAS=None |