summaryrefslogtreecommitdiff
path: root/tools/wheels
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-2/+1
|\ | | | | MAINT: remove redundant open() modes and io.open() alias
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-2/+1
| |
* | MAINT: remove sudoAndrew Nelson2023-04-081-4/+5
| |
* | CI: macosx_arm64 natively on cirrusAndrew Nelson2023-04-082-5/+9
| |
* | BLD: use conda to install anaconda-client for upload [wheel build][skip ↵Andrew Nelson2023-01-301-2/+0
| | | | | | | | azp][skip circle]
* | BLD: redo delocate, update labelermattip2022-12-181-2/+1
| |
* | BLD: use newer version of delocatemattip2022-12-171-1/+1
| |
* | BUILD: more bash script cleanupsmattip2022-11-301-2/+2
| |
* | BUILD: fix cirrus wheel upload triggersmattip2022-11-301-9/+0
| |
* | BUILD: more cirrus CI env tweaksmattip2022-11-281-1/+3
| |
* | BUILD: disable aarch64 on travis, parse CIRRUS env variables for wheel uploadmattip2022-11-281-2/+6
| |
* | give up: skip openblas version check on macos-x86_64mattip2022-11-191-13/+10
| |
* | aid debugging on the runnermattip2022-11-181-1/+1
| |
* | aid debugging on the runnermattip2022-11-181-2/+3
| |
* | aid debugging on the runnermattip2022-11-181-0/+3
| |
* | aid debugging on the runnermattip2022-11-181-0/+2
| |
* | move to macos-12 for wheel building, restore testmattip2022-11-181-2/+1
| |
* | do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for nowmattip2022-11-182-3/+2
| |
* | check for openblas version before setting env variables on macosmattip2022-11-181-7/+6
| |
* | explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant ↵mattip2022-11-181-0/+2
| | | | | | | | stanza
* | copy LIBRARY_PATH from scipy buildmattip2022-11-171-1/+3
| |
* | BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-173-55/+75
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUILD: update OpenBLAS to 0.3.21 and clean up openblas download test * set LDFLAGS on windows64 like the openblaslib build does * use rtools compilers on windows when building wheels * fix typos * add rtools gfortran to PATH * use the openblas dll from the zip archive without rewrapping * typos * copy dll import library for 64-bit interfaces * revert many of the changes to azure-steps-windows.yaml, copy openblas better in wheels * fix wildcard copy * test OpenBLAS build worked with threadpoolctl * typos * install threadpoolctl where needed, use for loop to recursively copy * update macos OpenBLAS suffixes for newer gfortran hashes * use libgfortran5.dylib on macos * fix scripts * re-use gfortran install from MacPython/gfortran-install on macos * use pre-release version of delocate * fixes for wheel builds/tests * add debugging cruft for pypy+win, macos wheels * add DYLD_LIBRARY_PATH on macosx-x86_64 * use 32-bit openblas interfaces for ppc64le tests * skip large_archive test that sometimes segfaults on PyPy+windows
* TST, BLD: Fix failing aarch64 wheel builds.Charles Harris2022-10-111-0/+4
| | | | | | | | The aarch64 wheel build tests are failing with OOM. The new test for complex128 dot for huge vectors is responsible as the useable memory is incorrectly determined and the check for sufficient memory fails. The fix here is to define the `NPY_AVAILABLE_MEM="4 GB"` environment variable before the test call in `cibw_test_command.sh`.
* MAINT, TST: Shorten wheel test output on travis buildsCharles Harris2022-09-191-1/+1
| | | | | | | | | Travis has a limit on log length that is causing test failures, so decrease the verbosity of the test output. Travis has been on the edge for a while and less drastic fixes haven't sufficed. The choice here is to use the default pytest verbosity as "-v" is hard to read and all greater verbosities are very long.
* MAINT: Quiet the anaconda uploads.Charles Harris2022-07-281-2/+2
| | | | | | | The nightly uploads of the aarch64 wheels built on TravisCI are failing due to the maximum log length being exceeded. This quiets the anaconda output for that operation. Long term, we will probably want to shorten the test output also.
* MAINT: Try fixing broken Anaconda uploads.Charles Harris2022-06-221-1/+2
|
* BUILD: fix tag name for travis: it is v1.23.0rc1mattip2022-05-261-1/+1
|
* BLD: Fix upload scriptThomas Li2022-03-241-2/+3
|
* BLD: Make a sdist [wheel build]Thomas Li2022-03-121-2/+10
|
* DOC: document uploads to ananconda.orgmattip2022-03-061-1/+1
|
* BUILD: if travis build is triggered manually, then upload wheelsmattip2022-02-181-0/+3
|
* BLD: Try adding aarch64 wheels [wheel build]Thomas Li2022-02-171-0/+46
|
* BUILD: [wheel build] increase verbosity when testingmattip2022-01-261-1/+1
|
* BLD: Add Windows 32-bit wheels [wheel build]Thomas Li2021-12-221-4/+1
|
* BLD: Add arm64 wheels [wheel build]Thomas Li2021-12-052-1/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try a different approach [wheel build] try somthing [wheel build] try something [wheel build] testing [wheel build] try something [wheel build] try something [wheel build] fix? [wheel build] sudo [wheel build] fix? [wheel build] typo [wheel build] get gfortran working on arm64 [wheel build] check if x86_64 works [wheel build] remove universal2 vendor gfortran-install file typo [wheel build] reformat license try force clang [wheel build] more descriptive comment test something [wheel build] typo? [wheel build] another typo [wheel build] fixes [wheel build]
* Add 64 bit Windows builds [wheel build]Thomas Li2021-11-183-7/+956
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 9c833bed5879d77e625556260690c349de18b433 Author: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed Nov 17 16:21:27 2021 -0800 Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Update LICENSE_win32.txt Update LICENSE_win32.txt Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Update LICENSE_win32.txt Update LICENSE_win32.txt Update cibw_test_command.sh commit 4bd12df33a9d1b540cde0628c600b6dc13f1160f Author: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon Nov 15 17:28:47 2021 -0800 # This is a combination of 14 commits. # This is the 1st commit message: Add Windows config to GHA # This is the commit message #2: update script [wheel build] # This is the commit message #3: typo [wheel build] # This is the commit message #4: fix typo? [wheel build] # This is the commit message #5: fix linux builds? [wheel build] # This is the commit message #6: typo [wheel build] # This is the commit message #7: add license and pin to windows 2016 # This is the commit message #8: skip tests [wheel build] # This is the commit message #9: pin to windows 2019 instead [wheel build] # This is the commit message #10: try to find out the error on windows [wheel build] # This is the commit message #11: maybe fix? [wheel build] # This is the commit message #12: maybe fix? [wheel build] # This is the commit message #13: fix? [wheel build] # This is the commit message #14: cleanup [wheel build]
* CLN Address commentsThomas J. Fan2021-10-132-1/+4
|
* STY Lint [cd build]Thomas J. Fan2021-10-111-1/+2
|
* BLD Uses cibuildwheel for linux/osx wheels [cd build]Thomas J. Fan2021-10-115-0/+1772