|
1 | 1 | macos_instance: |
2 | 2 | image: ghcr.io/cirruslabs/macos-monterey-xcode:latest |
3 | 3 |
|
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 |
12 | 12 |
|
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 |
21 | 21 |
|
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 |
33 | 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 |
| 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 | 42 |
|
43 | 43 | macos_instance: |
44 | 44 | image: ghcr.io/cirruslabs/macos-monterey-xcode:latest |
|
0 commit comments