File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - os : macos-15
1919 python-version : ' 3.12'
2020 name : build / ${{ matrix.os }} / python${{ matrix.python-version }}
21- env :
22- FC : gfortran-14
2321
2422 steps :
2523 - uses : actions/checkout@v4
@@ -54,17 +52,10 @@ jobs:
5452 run : |
5553 brew install open-mpi hdf5-mpi libomp
5654
57- - name : Check gfortran version
55+ - name : Check gfortran version, and location of executable
5856 run : |
59- if [[ "${{ matrix.os }}" == *"macos"* ]]; then
60- # pyccel searches for a Fortran compiler exactly named 'gfortran'
61- # which the macos runner doesn't have. A simple workaround is to
62- # create a symlink named 'gfortran'.
63- FC_path=$(which $FC)
64- FC_dir=$(dirname ${FC_path})
65- ln -sv ${FC_path} ${FC_dir}/gfortran
66- fi
6757 gfortran --version
58+ which gfortran
6859
6960 - name : Install Jupyter Book and Psydac
7061 run : |
@@ -121,7 +112,7 @@ jobs:
121112 name : github-pages
122113 url : ${{ steps.deployment.outputs.page_url }}
123114
124- # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
115+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
125116 permissions :
126117 pages : write # to deploy to Pages
127118 id-token : write # to verify the deployment originates from an appropriate source
You can’t perform that action at this time.
0 commit comments