Skip to content

Commit

Permalink
octave-nurbs: depend on libomp only with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 21, 2024
1 parent a656aeb commit 2758b7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion octave/octave-nurbs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ checksums rmd160 8155f91d25a2e235963a1d74c837744080ab2086 \
sha256 a74666a1e204b9feda22c9792b87939239221fd816383bc39f75db72b62a209b \
size 124419

depends_lib port:libomp
compiler.openmp_version 2.5

if {[string match *clang* ${configure.compiler}]} {
depends_lib port:libomp
}

0 comments on commit 2758b7e

Please sign in to comment.