Date: Tue, 28 Mar 2023 21:37:02 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 49d5bc511b7c - main - math/mlpack: Simplify DEPENDS lines Message-ID: <202303282137.32SLb2dw032584@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=49d5bc511b7c6b6dff98e7adb9413a909702de08 commit 49d5bc511b7c6b6dff98e7adb9413a909702de08 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-28 14:44:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-28 21:36:58 +0000 math/mlpack: Simplify DEPENDS lines --- math/mlpack/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 58e4ffc2aa6f..111055978ab3 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -13,15 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN_i386= undefined symbol: __atomic_load -BUILD_DEPENDS= cereal>0:devel/cereal \ +HPP_DEPENDS= armadillo>0:math/armadillo \ + cereal>0:devel/cereal \ ensmallen>0:math/ensmallen \ ${LOCALBASE}/include/stb/stb_image.h:devel/stb -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 +BUILD_DEPENDS= ${HPP_DEPENDS} +RUN_DEPENDS= ${HPP_DEPENDS} USES= cmake:testing compiler:c++14-lang pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303282137.32SLb2dw032584>