We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 516f22b + 65b7bf9 commit ab07555Copy full SHA for ab07555
cirrus.yml
@@ -0,0 +1,10 @@
1
+macos_instance:
2
+ image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
3
+
4
+task:
5
+ compile_script:
6
+ - brew install llvm
7
+ - export PATH=/opt/homebrew/opt/llvm/bin:$PATH
8
+ - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
9
+ - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
10
+ - make TARGET=VORTEX USE_OPENMP=1 CC=clang
0 commit comments