We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033146f commit cfd2940Copy full SHA for cfd2940
.github/workflows/CI.yml
@@ -51,6 +51,12 @@ jobs:
51
ln -s /usr/local/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
52
which gfortran-${GCC_V}
53
which gfortran
54
+ # Backport gfortran shared libraries to version 9 folder (hardcoded in fpm 0.3.0 executable)
55
+ ln -fs /usr/local/opt/gcc@${GCC_V}/lib/gcc/${GCC_V}/libquadmath.0.dylib /usr/local/opt/gcc@9/lib/gcc/9/libquadmath.0.dylib
56
+ ln -fs /usr/local/opt/gcc@${GCC_V}/lib/gcc/${GCC_V}/libgfortran.5.dylib /usr/local/opt/gcc@9/lib/gcc/9/libgfortran.5.dylib
57
+ ln -fs /usr/local/lib/gcc/${GCC_V}/libgcc_s.1.dylib /usr/local/lib/gcc/9/libgcc_s.1.dylib
58
+
59
+/usr/local/opt/gcc@9/lib/gcc/9/libquadmath.0.dylib
60
61
- name: Install GFortran Linux
62
if: contains(matrix.os, 'ubuntu')
0 commit comments