Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TST, MAINT: bump to OpenBLAS 0.3.7 stable | Tyler Reddy | 2019-08-21 | 1 | -4/+4 |
| | | | | | | | | | | | | * for those cases where our CI uses an OpenBLAS backend for testing it has now been updated to use v0.3.7 stable release instead of a commit hash on the development branch preceding that release * the pre-built OpenBLAS binaries are pulled in from either the MacPython ecosystem (most architectures) or from a custom build script for ARMv8 and ppc64le architectures used on gcc compile farm machines (documented in openblas_support module) | ||||
* | MAINT: bump ARMv8 / POWER8 OpenBLAS in CI | Tyler Reddy | 2019-07-20 | 1 | -3/+3 |
| | | | | | * require OpenBLAS 0.3.7.dev in ARMv8 and POWER8 CI runs to match ecosystem / wheels | ||||
* | TST, MAINT: expand OpenBLAS version checking | Tyler Reddy | 2019-07-14 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | | * add a function to tools/openblas_support.py that may be used to test OpenBLAS version available through NumPy in a manner agnostic to any specific CI service * expand OpenBLAS version checking to include ppc64le and POWER8 CI runs; a separate PR will be provided to bump these versions to 0.3.7.dev * OpenBLAS install was broken on ppc64le Travis CI after migration to tools/openblas_support.py; fixed that * Azure CI config no longer uses a single-line 280-character Python "program" assigned to an environment variable to check OpenBLAS version; instead, it now leverages tools/openblas_support.py to perform the same operation using a conventional Python function | ||||
* | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable file | mattip | 2019-07-09 | 1 | -0/+167 |
| | |||||
* | MAINT: add script to local repo | mattip | 2019-06-20 | 1 | -0/+42 |