Skip to content

Commit 289a5f6

Browse files
authored
work around libgfortran install issue on FreeBSD
1 parent 1cec1c0 commit 289a5f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +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
157158
compile_script:
158159
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1
159160

0 commit comments

Comments
 (0)