From 378e40fb917518d8e36170ba123bb70953ce85cf Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 28 Sep 2023 10:15:25 +0200 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 16be9e2f7..d90fbb76b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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