Skip to content

Commit

Permalink
240609.184429.HKT [skip ci] try not linking gfortran on ubuntu for MA…
Browse files Browse the repository at this point in the history
…TLAB
  • Loading branch information
zaikunzhang committed Jun 9, 2024
1 parent 7c5c427 commit ade9b9d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ jobs:
compiler: gcc
version: ${{ env.GFVER }}

- name: Link gfortran for MATLAB on Linux
- name: Check gfortran version
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo ln -sf $(which gfortran-${{ env.GFVER }}) $(dirname $(which gfortran-${{ env.GFVER }}))/gfortran
which gfortran && gfortran --version
run: which gfortran && gfortran --version

- name: Decide the version of oneAPI to use on macOS and Windows
shell: bash
Expand Down

0 comments on commit ade9b9d

Please sign in to comment.