Skip to content

Commit 0de786c

Browse files
authored
Merge pull request #4278 from martin-frbg/issue4277
CirrusCI: Add FreeBSD clang/gfortran build with OpenMP
2 parents 9f7c35a + dc1c880 commit 0de786c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.cirrus.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ FreeBSD_task:
148148
- ls -l /usr/local/lib
149149
- gmake CC=gcc INTERFACE64=1
150150

151+
FreeBSD_task:
152+
name: FreeBSD-clang-openmp
153+
freebsd_instance:
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/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+
151161
#task:
152162
# name: Windows/LLVM16 --- too slow ---
153163
# windows_container:

0 commit comments

Comments
 (0)