Skip to content

Commit 5b953f2

Browse files
authored
Disable most AppleM1 builds (replaced by gh workflows)
1 parent 16b488c commit 5b953f2

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.cirrus.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
macos_instance:
22
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest
33

4-
task:
5-
name: AppleM1/LLVM
6-
compile_script:
7-
- brew install llvm
8-
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH
9-
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
10-
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
11-
- make TARGET=VORTEX USE_OPENMP=1 CC=clang
4+
#task:
5+
# name: AppleM1/LLVM
6+
# compile_script:
7+
# - brew install llvm
8+
# - export PATH=/opt/homebrew/opt/llvm/bin:$PATH
9+
# - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
10+
# - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
11+
# - make TARGET=VORTEX USE_OPENMP=1 CC=clang
1212

13-
task:
14-
name: AppleM1/LLVM/ILP64
15-
compile_script:
16-
- brew install llvm
17-
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH
18-
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
19-
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
20-
- make TARGET=VORTEX USE_OPENMP=1 CC=clang INTERFACE64=1
13+
#task:
14+
# name: AppleM1/LLVM/ILP64
15+
# compile_script:
16+
# - brew install llvm
17+
# - export PATH=/opt/homebrew/opt/llvm/bin:$PATH
18+
# - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
19+
# - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
20+
# - make TARGET=VORTEX USE_OPENMP=1 CC=clang INTERFACE64=1
2121

22-
task:
23-
name: AppleM1/LLVM/CMAKE
24-
compile_script:
25-
- brew install llvm
26-
- export PATH=/opt/homebrew/opt/llvm/bin:$PATH
27-
- export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
28-
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
29-
- mkdir build
30-
- cd build
31-
- cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON ..
32-
- make -j 4
22+
#task:
23+
# name: AppleM1/LLVM/CMAKE
24+
# compile_script:
25+
# - brew install llvm
26+
# - export PATH=/opt/homebrew/opt/llvm/bin:$PATH
27+
# - export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
28+
# - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
29+
# - mkdir build
30+
# - cd build
31+
# - cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON ..
32+
# - make -j 4
3333

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
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
4242

4343
macos_instance:
4444
image: ghcr.io/cirruslabs/macos-monterey-xcode:latest

0 commit comments

Comments
 (0)