Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Sep 28, 2023
1 parent 378e40f commit b4b4e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task:
- sudo port install llvm-16
- export LDFLAGS="-L/opt/local/lib"
- export CPPFLAGS="-I/opt/local/include"
- make TARGET=VORTEX CC=clang FC=gfortran
- make TARGET=VORTEX CC=/opt/local/bin/clang FC=/opt/local/bin/gfortran

task:
name: AppleM1/LLVM
Expand Down

0 comments on commit b4b4e40

Please sign in to comment.