We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7c35a + dc1c880 commit 0de786cCopy full SHA for 0de786c
1 file changed
.cirrus.yml
@@ -148,6 +148,16 @@ FreeBSD_task:
148
- ls -l /usr/local/lib
149
- gmake CC=gcc INTERFACE64=1
150
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
+
161
#task:
162
# name: Windows/LLVM16 --- too slow ---
163
# windows_container:
0 commit comments