Skip to content

Commit

Permalink
math/csdp: check for omp.h on all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 27, 2022
1 parent ceba00e commit 7a8e54b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions math/csdp/Makefile
Expand Up @@ -29,9 +29,7 @@ PLIST_FILES= bin/complement \
bin/rand_graph \
bin/theta

.include <bsd.port.options.mk>

.if ${ARCH} == powerpc
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif

Expand Down

0 comments on commit 7a8e54b

Please sign in to comment.