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 19dc35e commit 5a74d58Copy full SHA for 5a74d58
.github/workflows/CI.yml
@@ -51,7 +51,9 @@ 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)
+ # Backport gfortran shared libraries to version 9 folder. This is necessary because all macOS releases of fpm
55
+ # have these paths hardcoded in the executable (no PIC?). As the gcc ABIs have not changed from 9 to 10, we
56
+ # can just create symbolic links for now. This can be removed when an updated fpm release is built with gcc-10
57
mkdir /usr/local/opt/gcc@9
58
mkdir /usr/local/opt/gcc@9/lib
59
mkdir /usr/local/opt/gcc@9/lib/gcc
0 commit comments