| @@ -19,7 +19,7 @@ task: | |||||
| - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" | - export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" | ||||
| - mkdir build | - mkdir build | ||||
| - cd build | - cd build | ||||
| - cmake -DTARGET=VORTEX -DUSE_OPENMP=1 -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON .. | |||||
| - cmake -DTARGET=VORTEX -DCMAKE_C_COMPILER=clang -DBUILD_SHARED_LIBS=ON .. | |||||
| - make | - make | ||||
| macos_instance: | macos_instance: | ||||
| @@ -62,7 +62,7 @@ task: | |||||
| - find /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms -name "IPhoneOS*sdk" | - find /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms -name "IPhoneOS*sdk" | ||||
| - export CC=/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | - export CC=/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | ||||
| - 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" | - 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" | ||||
| - make TARGET=ARMV8 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 | |||||
| - make TARGET=ARMV8 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 | |||||
| always: | always: | ||||
| config_artifacts: | config_artifacts: | ||||
| path: "*conf*" | path: "*conf*" | ||||