git: aa674ca92355 - main - math/mlpack: Add missing run-dependencies; Remove USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 07:01:04 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa674ca92355e09c23c436277c0456e28aa9bd6f
commit aa674ca92355e09c23c436277c0456e28aa9bd6f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-24 07:00:13 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-24 07:00:13 +0000
math/mlpack: Add missing run-dependencies; Remove USE_LDCONFIG
---
math/mlpack/Makefile | 5 +++--
1 file 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