aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-03-24 07:00:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-03-24 07:00:13 +0000
commitaa674ca92355e09c23c436277c0456e28aa9bd6f (patch)
treeda07edaf93f7ed30c363caa1e05104d2470e9ebd
parent9352e14ce169236912c5c3c9ec7dd233976ef876 (diff)
math/mlpack: Add missing run-dependencies; Remove USE_LDCONFIG
-rw-r--r--math/mlpack/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile
index cba28c5170fd..58e4ffc2aa6f 100644
--- a/math/mlpack/Makefile
+++ b/math/mlpack/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mlpack
DISTVERSION= 4.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math # machine-learning
MASTER_SITES= https://mlpack.org/files/
@@ -20,9 +20,10 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libboost_unit_test_framework.so:devel/boost-libs \
libboost_serialization.so:devel/boost-libs \
libarmadillo.so:math/armadillo
+RUN_DEPENDS= cereal>0:devel/cereal \
+ ensmallen>0:math/ensmallen
USES= cmake:testing compiler:c++14-lang pkgconfig
-USE_LDCONFIG= yes
CMAKE_ARGS= -DSTB_IMAGE_INCLUDE_DIR=${LOCALBASE}/include/stb
CMAKE_OFF= BUILD_PYTHON_BINDINGS BUILD_TESTS