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 a9eec23 commit b67a963Copy full SHA for b67a963
.cirrus.yml
@@ -151,7 +151,7 @@ FreeBSD_task:
151
image_family: freebsd-14-1
152
install_script:
153
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
154
- - ln -s /usr/local/lib/gcc14/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
+ - ln -s /usr/local/lib/gcc13/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
155
compile_script:
156
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1
157
0 commit comments