summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* TST: use setup-python action for pypy, disable win64 pypymattip2021-02-051-5/+5
|
* BLD: rearrange Azure build jobsmattip2021-02-031-30/+30
|
* BLD: run PyPy tests in fast modemattip2021-01-151-1/+1
|
* BLD: try a pypy37 windows 64-bit buildmattip2021-01-141-0/+5
|
* TST, BUILD: Add a native x86 baseline build running on ubuntu-20.04Sayed Adel2020-12-081-0/+25
| | | | | to build and test NumPy against the maximum supported CPU features by the compiler and the running machine
* CI: Activate new castingimpl on no-openblas azure jobSebastian Berg2020-11-241-1/+2
|
* TST: Remove Python 3.6 CI testing.Charles Harris2020-11-091-72/+40
|
* fix getting OpenBLASmattip2020-11-021-3/+6
|
* TST: use a more standard workflow for PyPymattip2020-11-021-2/+22
|
* TST: Add 64 bit Python 3.9 test to WindowsCharles Harris2020-10-271-0/+7
|
* MAINT : Disable 32 bit PyPy CI testing on Windows.Charles Harris2020-10-031-5/+5
| | | | | The test is consistently failing at the moment, we can enable it again when PyPy gets fixed.
* BLD: pin setuptools<49.2.0mattip2020-08-031-2/+2
|
* BLD: add win32 pypy buildmattip2020-07-291-0/+5
|
* MAINT,BLD: add setuptools install to the gcc4.8 runmattip2020-07-151-1/+2
|
* MAINT,BLD: pin setuptools and refactor where to find itmattip2020-07-141-1/+1
|
* BLD: drop win32 3.7, 3.6 buildsmattip2020-06-091-10/+0
|
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-5/+7
| | | | | | | Remove support for Apple Accelerate, since it is buggy. A build error should occur on most or all setups if linked against Accelerate. Test or import failures should occur on setups where Accelerate is picked up dynamically. Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
* ENH: backport scipy changes to openblas download scriptmattip2020-05-121-2/+0
|
* CI: unpin 32-bit manylinux2010 image tagmayeut2020-05-041-2/+2
| | | | | | Revert the temporary workaround changes from NumPy gh-16147 now that the manylinux2010_i686 has been updated to be compatible with the pre-built version of OpenBLAS used. See NumPy gh-16146 for details.
* CI: pin 32-bit manylinux2010 image tagTyler Reddy2020-05-031-2/+2
| | | | | | | | | | | | | * Azure CI is currently failing Linux 32-bit job because of a gcc toolchain bump in the base manylinux2010 image (32-bit) from ~12 hours ago; see NumPy gh-16146 for details; in short, we can't link to OpenBLAS in that matrix entry because the libgfortran in the new manylinux2010 image is too new * as a temporary workaround to constant CI failure, pin the base image to a tag from a few days ago, before the gcc toolchain update was merged
* BLD: change link, add sha256 checkmattip2020-04-261-2/+8
|
* BLD: fix path to libgfortran on macOSmattip2020-04-261-6/+9
|
* BLD: use xcode10 for one CI runmattip2020-04-041-3/+5
|
* BLD: report clang version on macOSmattip2020-04-031-2/+2
|
* TST: use draft OpenBLAS buildmattip2020-03-301-21/+5
|
* TST: switch PyPy job with CPython [skip travis] (#15809)Matti Picus2020-03-231-5/+21
|
* MAINT: Test during import to detect bugs with Accelerate(MacOS) LAPACK (#15695)Rakesh Vasudevan2020-03-151-2/+33
| | | | | | | * TST: Test during import to detect bugs with Accelerate(MacOS) LAPACK fixes #15647 * Pipeline update for Accelerate(MacOS) testing
* MAINT: CI: Add an explicit 'pr' section to azure-pipelines.ymlWarren Weckesser2020-03-151-0/+5
| | | | | | | | | | | | | | | | | | Azure-pipelines is currently experiencing an "incident": https://status.dev.azure.com/_event/179641421) From that web page: > Currently CI and PR triggers in YAML for GitHub and Bitbucket > repositories are not working when they are not explicitly listed > in the YAML file. Our expected behavior is that when there are > no explicit triggers in the YAML, the pipelines will trigger on > all commits on all branches and all pull requests. This is > currently not happening. To workaround, please explicitly list > the triggers you want in the YAML file for your pipeline. This PR adds the suggested explicit 'pr' triggers to the YAML file.
* BLD: consolidate openblas verison check to be self-containedmattip2020-02-271-6/+2
|
* BLD: update openblas download to new location, use manylinux2010-basemattip2020-02-251-1/+2
|
* BLD: add libfortran needed when using manylinux1 openblas on manylinux2010mattip2020-02-191-0/+1
|
* MAINT: typo in name from reviewmattip2020-02-191-1/+1
|
* TST: use multilinux2010 docker instead of ubuntumattip2020-02-191-16/+14
|
* TST: Do not create gfortran link in azure Mac testing.Charles Harris2020-02-151-3/+4
| | | | | The gfortran link is preinstalled since Feb 13, 2020 and attempting to create the link causes an error to be raised.
* BLD: use 0.3.8dev build of OpenBLASmattip2020-01-191-1/+1
|
* TST: move pypy CI to ubuntu 18.04mattip2020-01-151-1/+1
|
* MAINT: make openblas_support.py strip path prefix from archive contentsPauli Virtanen2019-12-211-4/+6
| | | | Adapt CI scripts to this.
* CI: add to Azure a MacOS ilp64 jobPauli Virtanen2019-12-211-1/+9
|
* CI: use openblas64_ on azure windowsPauli Virtanen2019-12-211-0/+2
|
* REL: Update master after 1.18.x branch.Charles Harris2019-12-031-5/+0
| | | | | | | Apart from the usual modifications, this - Removes a release note snippet added after towncrier was run - Removes testing on Python 3.5 as it is dropped for 1.19.x.
* TST: Test with Python3.8 on Windows.Charles Harris2019-11-151-0/+10
|
* BUILD, DOC: remove the std=c99 flag from docs, builds, add release notemattip2019-10-251-1/+1
|
* BUILD: try a newer macOS imagemattip2019-10-251-1/+1
|
* TST, BUILD: add a gcc 4.8 run on ubuntu 18.04mattip2019-10-251-0/+22
|
* Divide Azure Pipelines into stages.Hameer Abbasi2019-10-151-208/+169
| | | | So that not so many resources are used on obviously failing jobs.
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-2/+2
|
* Merge pull request #14356 from qwhelan/sphinxRalf Gommers2019-09-251-1/+1
|\ | | | | DOC: support and require sphinx>=2.2
| * DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for propertiesmattip2019-09-151-1/+1
| |
| * DOC: support and require sphinx>=2.1.2Christopher Whelan2019-09-141-1/+1
| |
* | MAINT: move the option to build_src, simplifies logicmattip2019-09-201-1/+1
| |