Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4278 from martin-frbg/issue4277
Browse files Browse the repository at this point in the history
CirrusCI: Add FreeBSD clang/gfortran build with OpenMP
  • Loading branch information
martin-frbg authored Nov 1, 2023
2 parents 9f7c35a + dc1c880 commit 0de786c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,16 @@ FreeBSD_task:
- ls -l /usr/local/lib
- gmake CC=gcc INTERFACE64=1

FreeBSD_task:
name: FreeBSD-clang-openmp
freebsd_instance:
image_family: freebsd-13-2
install_script:
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc
- ln -s /usr/local/lib/gcc12/libgfortran.so.5.0.0 /usr/lib/libgfortran.so
compile_script:
- gmake CC=clang FC=gfortran USE_OPENMP=1 CPP_THREAD_SAFETY_TEST=1

#task:
# name: Windows/LLVM16 --- too slow ---
# windows_container:
Expand Down

0 comments on commit 0de786c

Please sign in to comment.