aboutsummaryrefslogtreecommitdiff
path: root/math/ensmallen
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 /math/ensmallen
parent0c69caeef6092fbf32d6330958bbb88f74c02443 (diff)
downloadports-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.gz
ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.zip
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 'math/ensmallen')
-rw-r--r--math/ensmallen/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/ensmallen/Makefile b/math/ensmallen/Makefile
index 5c5de7110bdb..f66399e0dcc7 100644
--- a/math/ensmallen/Makefile
+++ b/math/ensmallen/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ensmallen
DISTVERSION= 2.11.4
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://ensmallen.org/files/
@@ -11,10 +12,8 @@ COMMENT= Flexible C++ library for efficient mathematical optimization
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo \
- openmp>0:devel/openmp
-RUN_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo \
- openmp>0:devel/openmp
+BUILD_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo
+RUN_DEPENDS= ${LOCALBASE}/include/armadillo_bits/config.hpp:math/armadillo
USES= cmake localbase
CMAKE_OFF= BUILD_TESTS