Skip to content

Commit d4a2190

Browse files
committed
BLD: roll back to non conda-forge compilers for macos
1 parent c7283e9 commit d4a2190

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ jobs:
5151
# should also be able to do multi-archs on a single entry, e.g.
5252
# [windows-2025, win*, "AMD64 x86"]. However, those two require a different compiler setup
5353
# so easier to separate out here.
54-
# - [ubuntu-24.04, manylinux, x86_64, "", ""]
55-
# - [ubuntu-24.04, musllinux, x86_64, "", ""]
56-
# - [ubuntu-24.04-arm, manylinux, aarch64, "", ""]
57-
# - [ubuntu-24.04-arm, musllinux, aarch64, "", ""]
54+
- [ubuntu-24.04, manylinux, x86_64, "", ""]
55+
- [ubuntu-24.04, musllinux, x86_64, "", ""]
56+
- [ubuntu-24.04-arm, manylinux, aarch64, "", ""]
57+
- [ubuntu-24.04-arm, musllinux, aarch64, "", ""]
5858
- [macos-15-intel, macosx, x86_64, openblas, "10.15"]
5959
- [macos-15-intel, macosx, x86_64, accelerate, "14.0"]
6060
- [macos-14, macosx, arm64, openblas, "12.3"]
6161
- [macos-14, macosx, arm64, accelerate, "14.0"]
62-
# - [windows-2025, win, AMD64, "", ""]
63-
# - [windows-11-arm, win, ARM64, "", ""]
62+
- [windows-2025, win, AMD64, "", ""]
63+
- [windows-11-arm, win, ARM64, "", ""]
6464
python: [["cp311", "3.11"]]#, ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"], ["cp314", "cp314"], ["cp314t", "cp314"]]
6565
# python[0] is used to specify the python versions made by cibuildwheel
6666

@@ -162,10 +162,7 @@ jobs:
162162
echo "$CIBW_ENV" >> "$GITHUB_ENV"
163163
164164
PREFIX=DYLD_LIBRARY_PATH="\$(dirname \$(gfortran --print-file-name libgfortran.dylib))"
165-
CIBW="$PREFIX delocate-listdeps -d {wheel} && echo "-----------" &&\
166-
$PREFIX delocate-wheel -v $EXCLUDE --require-archs \
167-
{delocate_archs} -w {dest_dir} {wheel} && echo "-----------" &&\
168-
delocate-listdeps -d {dest_dir}/*.whl"
165+
CIBW="$PREFIX delocate-wheel -v $EXCLUDE --require-archs {delocate_archs} -w {dest_dir} {wheel}"
169166
echo "CIBW_REPAIR_WHEEL_COMMAND_MACOS=$CIBW" >> "$GITHUB_ENV"
170167
171168
- name: Build Wheels

0 commit comments

Comments
 (0)