6969 # TODO: figure out whether we need/want to use other compilers too
7070 compiler : " gcc"
7171 version : " 13"
72- - name : Specify MSVC toolchain - windows-arm
72+ # - name: Specify MSVC toolchain - windows-arm
7373 # When building on windows ARM, we need to use the MSVC toolchain
7474 # # Original from: https://github.com/matplotlib/matplotlib/blob/1ddb1eccac8cfc25dee47bc538dc5913384b253f/.github/workflows/cibuildwheel.yml#L108
7575 # # On Windows, we explicitly request MSVC compilers (as GitHub Action runners have
@@ -81,15 +81,15 @@ jobs:
8181 # setup-args="--vsenv"
8282 # setup-args="-Db_vscrt=mt"
8383 # setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
84- run : |
85- choco install intel-oneapi-compiler-fortran --version=2025.0.0 --yes
84+ # run: |
8685 # echo 'CIBW_CONFIG_SETTINGS_WINDOWS=setup-args="--vsenv" setup-args="-Db_vscrt=mt"' >> $GITHUB_ENV
8786 # TODO: figure out escaping and add back in (?)
8887 # setup-args="-Dcpp_link_args=['ucrt.lib','vcruntime.lib','/nodefaultlib:libucrt.lib','/nodefaultlib:libvcruntime.lib']"
89- # - name: Install Fortran compiler - windows-arm
88+ - name : Install Fortran compiler - windows-arm
9089 # When building on windows ARM, we need to use the MSVC toolchain
91- # if: ${{ matrix.os == 'windows-11-arm' }}
92- # uses: fortran-lang/setup-fortran@v1
90+ if : ${{ matrix.os == 'windows-11-arm' }}
91+ # uses: fortran-lang/setup-fortran@v1
92+ uses : modflowpy/install-intelfortran-action@v1
9393 # id: setup-fortran-windows-arm
9494 # with:
9595 # Only intel-classic supported by f2py
0 commit comments