summaryrefslogtreecommitdiff
path: root/misc/xgboost
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-08 21:56:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-03-08 21:56:36 +0000
commite1d56a9db2541dd41f1907a5a19a686a326831cc (patch)
tree6a5120e4890360e5d98bb4a63ff86cfc80e8392f /misc/xgboost
parentDocument OpenMP from base system cannot be used in some cases (diff)
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020
Notes
Notes: svn path=/head/; revision=528082
Diffstat (limited to 'misc/xgboost')
-rw-r--r--misc/xgboost/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index 7ab425b5c8e3..b1e193f0947a 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -25,8 +25,6 @@ LDFLAGS+= ${LOCALBASE}/lib/libdmlc.so -lexecinfo
OPTIONS_DEFINE= OPENMP
OPENMP_CMAKE_BOOL= USE_OPENMP
-OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
-OPENMP_BROKEN= error: unsupported argument 'libomp -I/usr/local/include -L/usr/local/lib' to option 'fopenmp='
post-patch: # https://github.com/dmlc/rabit/issues/131
@${FIND} ${WRKSRC} -name "*.h" -o -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -i '' -e 's| _assert(| _xassert(|; s| _assert)| _xassert)|'