aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-30 07:33:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-30 07:35:18 +0000
commit35c6fe4c6e0d85b0900585610669ea5d99065157 (patch)
treecc225a14e3c26c24c0535e5ef50f85340e6f3de5
parent804d60256843f6047ed21f04c8cbc37cbabe0cdb (diff)
downloadports-35c6fe4c6e0d85b0900585610669ea5d99065157.tar.gz
ports-35c6fe4c6e0d85b0900585610669ea5d99065157.zip
science/gbtolib: Broken on systems where OpenMP isn't enabled
Reported by: fallout (cherry picked from commit 39c5a8fe6ba891857e9859624dd5cd662344db59)
-rw-r--r--science/gbtolib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/gbtolib/Makefile b/science/gbtolib/Makefile
index ec8fcdbf995f..055f95696e3b 100644
--- a/science/gbtolib/Makefile
+++ b/science/gbtolib/Makefile
@@ -10,6 +10,10 @@ COMMENT= High-performance library for evaluation of molecular integrals
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
LIB_DEPENDS= libopenblas.so:math/openblas
USES= cmake fortran zip