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 8617835 commit e15d717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ task:
- export PATH=/opt/local/bin:$PATH
- sudo port install gcc-devel
- sudo port install llvm-16
- sudo port install clang-16
- export LDFLAGS="-L/opt/local/lib"
- export CPPFLAGS="-I/opt/local/include"
- ls /opt/local/bin
- ls -R /opt/local/bin
- make TARGET=VORTEX CC=/opt/local/bin/clang-mp-16

task:
Expand Down

0 comments on commit e15d717

Please sign in to comment.