We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81228fc + ada9e44 commit 9e81a3aCopy full SHA for 9e81a3a
1 file changed
.cirrus.yml
@@ -30,6 +30,15 @@ task:
30
- cd build
31
- cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON ..
32
- make
33
+
34
+task:
35
+ name: AppleM1/GCC/MAKE/OPENMP
36
+ compile_script:
37
+ - brew install gcc@11
38
+ - export PATH=/opt/homebrew/bin:$PATH
39
+ - export LDFLAGS="-L/opt/homebrew/lib"
40
+ - export CPPFLAGS="-I/opt/homebrew/include"
41
+ - make CC=gcc-11 FC=gfortran-11 USE_OPENMP=1
42
43
macos_instance:
44
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
0 commit comments