Skip to content

Commit dc1c880

Browse files
authored
fix libgfortran path on bsd
1 parent 289a5f6 commit dc1c880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ FreeBSD_task:
154154
image_family: freebsd-13-2
155155
install_script:
156156
- 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
157+
- ln -s /usr/local/lib/gcc12/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
158158
compile_script:
159159
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1
160160

0 commit comments

Comments
 (0)