Skip to content

Commit

Permalink
# This is a combination of 14 commits.
Browse files Browse the repository at this point in the history
# 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]
  • Loading branch information
lithomas1 committed Nov 18, 2021
1 parent 444a721 commit 4bd12df
Show file tree
Hide file tree
Showing 4 changed files with 972 additions and 7 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ jobs:
- os: macos-latest
python: "310"
platform: macosx_x86_64

# Windows builds
- os: windows-2019
python: "38"
platform: win_amd64
- os: windows-2019
python: "39"
platform: win_amd64
- os: windows-2019
python: "310"
platform: win_amd64

steps:
- name: Checkout numpy
Expand All @@ -91,9 +102,13 @@ jobs:
CIBW_ENVIRONMENT_LINUX: CFLAGS='-std=c99 -fno-strict-aliasing'
LDFLAGS='-Wl,--strip-debug'
OPENBLAS64_=/usr/local
RUNNER_OS='Linux'
# MACOS linker doesn't support stripping symbols
CIBW_ENVIRONMENT_MACOS: CFLAGS='-std=c99 -fno-strict-aliasing'
OPENBLAS64_=/usr/local
# Hardcode for now,blas stuff needs changes for 32-bit
CIBW_ENVIRONMENT_WINDOWS: NPY_USE_BLAS_ILP64=1
OPENBLAS64_=openblas
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: bash {project}/tools/wheels/cibw_before_build.sh {project}
CIBW_BEFORE_TEST: pip install -r {project}/test_requirements.txt
Expand Down
Loading

0 comments on commit 4bd12df

Please sign in to comment.