File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 10
10
- export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
11
11
- make TARGET=VORTEX USE_OPENMP=1 CC=clang
12
12
13
+ task :
14
+ name : AppleM1/LLVM/CMAKE
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
+ - mkdir build
21
+ - cd build
22
+ - cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON ..
23
+ - make
24
+
13
25
macos_instance :
14
26
image : ghcr.io/cirruslabs/macos-monterey-xcode:13.4
15
27
task :
38
50
# path: "libopenblas*"
39
51
# type: application/octet-streamm
40
52
53
+ macos_instance :
54
+ image : ghcr.io/cirruslabs/macos-monterey-xcode:13.4
55
+ task :
56
+ name : AppleM1/LLVM armv8-ios xbuild
57
+ compile_script :
58
+ - # brew install llvm
59
+ - export # PATH=/opt/homebrew/opt/llvm/bin:$PATH
60
+ - export # LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
61
+ - export # CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
62
+ - find /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms -name "IPhoneOS*sdk"
63
+ - export CC=/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
64
+ - export CFLAGS="-O2 -unwindlib=none -Wno-macro-redefined -isysroot /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk -arch arm64 -miphoneos-version-min=10.0"
65
+ - make TARGET=ARMV8 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 CROSS=1
66
+ always :
67
+ config_artifacts :
68
+ path : " *conf*"
69
+ type : text/plain
41
70
42
71
task :
43
72
name : NeoverseN1
You can’t perform that action at this time.
0 commit comments