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 289a5f6 commit dc1c880Copy full SHA for dc1c880
.cirrus.yml
@@ -154,7 +154,7 @@ FreeBSD_task:
154
image_family: freebsd-13-2
155
install_script:
156
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
157
- - ln -s /usr/local/gcc12/lib/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
+ - ln -s /usr/local/lib/gcc12/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
158
compile_script:
159
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1
160
0 commit comments