Skip to content

Commit 8b6e28d

Browse files
committed
More notes
1 parent 9eefcd9 commit 8b6e28d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ jobs:
4545
# # Latest run by Zeb: https://github.com/openscm/example-fgen-basic/actions/runs/17173313157/job/48725872212
4646
# # Can't find numpy definitions for some reason.
4747
# # Maybe helpful issue: https://github.com/numpy/numpy/issues/25000
48+
# # numpy uses different compilers, might be something to try, see:
49+
# # - https://github.com/numpy/numpy/actions/runs/17087345049/job/48453931521
50+
# # - https://github.com/numpy/numpy/blob/37c9cb68ba7db9c48bc0e3354953c57a78d2b0e8/.github/workflows/wheels.yml#L129
51+
# # scipy doesn't bother building windows arm wheels, see:
52+
# # - https://pypi.org/project/scipy/#files
53+
# # potentially relevant scipy issues:
54+
# # - https://github.com/scipy/scipy/issues/21716
55+
# # - https://github.com/scipy/scipy/issues/14812
4856
# - os: windows-11-arm
4957
# cibw_archs: "ARM64"
5058
- os: macos-13

0 commit comments

Comments
 (0)