Skip to content

Commit

Permalink
Disable compiling Fortran extensions on macos-x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jan 10, 2025
1 parent f17cfe9 commit 9dcc9a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
name: Build wheels for macos Intel chips
runs-on: macos-13
steps:
- uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 11
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install cibuildwheel
Expand All @@ -85,7 +81,7 @@ jobs:
env:
CIBW_BUILD: cp311-macosx_x86_64
CIBW_BUILD_VERBOSITY: "3"
CMAKE_CONFIGURE_ARGS: "-DWITH_F12=OFF -DENABLE_SMD=ON"
CMAKE_CONFIGURE_ARGS: "-DWITH_F12=OFF -DENABLE_SMD=OFF"
CMAKE_BUILD_PARALLEL_LEVEL: "4"
run: python -m cibuildwheel --output-dir mac-wheels
- name: List available wheels
Expand Down

0 comments on commit 9dcc9a8

Please sign in to comment.