aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:31:00 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-04 07:41:23 +0000
commit6c977db8c662acb39805c8591c64fec68657155d (patch)
treec65da8ed621495a0b301dbe189db7a09f9924d0b
parentac1a59ade2bb903f296bcb271736a9f15f0fb727 (diff)
downloadports-6c977db8c662acb39805c8591c64fec68657155d.tar.gz
ports-6c977db8c662acb39805c8591c64fec68657155d.zip
math/saga: Broken on systems where OpenMP isn't enabled
Reported by: fallout Approved by: portmgr (blanket)
-rw-r--r--math/saga/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 585f110bdffb..73daeed1e329 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -10,6 +10,10 @@ COMMENT= System for Automated Geoscientific Analyses
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
swig:devel/swig
LIB_DEPENDS= libcurl.so:ftp/curl \