fix libgfortran path on bsd

This commit is contained in:
Martin Kroeker 2023-10-28 23:14:36 +02:00 committed by GitHub
parent 289a5f6d9b
commit dc1c880782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ FreeBSD_task:
image_family: freebsd-13-2 image_family: freebsd-13-2
install_script: install_script:
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc - pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
- 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
compile_script: compile_script:
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1 - gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1