aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-24 10:24:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-24 10:25:02 +0000
commitd3217bac8c6e6987ec8fcb3b267166c4b81c48b3 (patch)
tree95a5a477e9b988f0bd3c5b9152df7ba67e709389 /science
parent4a802e3c846a03c2e7cdc2b0555b35c13703bba1 (diff)
downloadports-d3217bac8c6e6987ec8fcb3b267166c4b81c48b3.tar.gz
ports-d3217bac8c6e6987ec8fcb3b267166c4b81c48b3.zip
science/tblite: Broken on systems where OpenMP isn't enabled
Reported by: fallout (cherry picked from commit 64dc70d08a580878dd0e7eebfd60bcd34eb19c46)
Diffstat (limited to 'science')
-rw-r--r--science/tblite/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/tblite/Makefile b/science/tblite/Makefile
index fddfbac47557..a4fc0c97b56d 100644
--- a/science/tblite/Makefile
+++ b/science/tblite/Makefile
@@ -9,6 +9,10 @@ COMMENT= Light-weight tight-binding framework
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
BUILD_DEPENDS= mstore>0:science/mstore # unclear if this is really needed
LIB_DEPENDS= libdftd4.so:science/dftd4 \
libmctc-lib.so:science/mctc-lib \