1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

math/mlpack: Add missing run-dependencies; Remove USE_LDCONFIG

This commit is contained in:
Yuri Victorovich 2023-03-24 00:00:13 -07:00
parent 9352e14ce1
commit aa674ca923

View File

@ -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