Skip to content

Commit 5a74d58

Browse files
committed
document change
1 parent 19dc35e commit 5a74d58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
ln -s /usr/local/bin/gfortran-${GCC_V} /usr/local/bin/gfortran
5252
which gfortran-${GCC_V}
5353
which gfortran
54-
# Backport gfortran shared libraries to version 9 folder (hardcoded in fpm 0.3.0 executable)
54+
# 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
5557
mkdir /usr/local/opt/gcc@9
5658
mkdir /usr/local/opt/gcc@9/lib
5759
mkdir /usr/local/opt/gcc@9/lib/gcc

0 commit comments

Comments
 (0)