Skip to content
Snippets Groups Projects
Commit 6c977db8 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

math/saga: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
Approved by:	portmgr (blanket)
parent ac1a59ad
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment