Update .cirrus.yml
This commit is contained in:
parent
4906a179b2
commit
378e40fb91
|
@ -6,9 +6,9 @@ task:
|
|||
compile_script:
|
||||
- wget https://github.com/macports/macports-base/releases/download/v2.8.1/MacPorts-2.8.1-12-Monterey.pkg
|
||||
- sudo installer -verboseR -pkg MacPorts-2.8.1-12-Monterey.pkg -target /
|
||||
- export PATH=/opt/local/bin:$PATH
|
||||
- sudo port install gcc-devel
|
||||
- sudo port install llvm-16
|
||||
- export PATH=/opt/local/bin:$PATH
|
||||
- export LDFLAGS="-L/opt/local/lib"
|
||||
- export CPPFLAGS="-I/opt/local/include"
|
||||
- make TARGET=VORTEX CC=clang FC=gfortran
|
||||
|
|
Loading…
Reference in New Issue