git: 887d1d7320f8 - main - science/agrum: Add swig as test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jun 2024 18:20:41 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=887d1d7320f827c102320d8b98b7f409dd87b245 commit 887d1d7320f827c102320d8b98b7f409dd87b245 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-24 18:18:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-24 18:20:28 +0000 science/agrum: Add swig as test dependency --- science/agrum/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/agrum/Makefile b/science/agrum/Makefile index 2facdf075056..6b62ec7ea34e 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -9,6 +9,8 @@ WWW= https://agrum.gitlab.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= swig:devel/swig + USES= cmake compiler:c++20-lang shebangfix # the 'act' executable uses 'python' and is broken, when act is broken CMakeLists.txt builds with default configuration which is fine USE_LDCONFIG= yes