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:34:35 +0000
commit39c5a8fe6ba891857e9859624dd5cd662344db59 (patch)
treeb9f9ec9aee96c0ebebdd974328707d47b21d0962
parent5c534ae6563c43d6f99baf17f5e8b843e2da06c8 (diff)
downloadports-39c5a8fe6ba891857e9859624dd5cd662344db59.tar.gz
ports-39c5a8fe6ba891857e9859624dd5cd662344db59.zip
science/gbtolib: Broken on systems where OpenMP isn't enabled
Reported by: fallout
-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