git: 25197428e8f9 - main - science/ukrmol+: Minor improvements

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 26 May 2022 06:53:01 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25197428e8f90da42d3f579ccc5b558bb1bc5f27

commit 25197428e8f90da42d3f579ccc5b558bb1bc5f27
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-26 06:08:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-26 06:52:57 +0000

    science/ukrmol+: Minor improvements
---
 science/ukrmol+/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/science/ukrmol+/Makefile b/science/ukrmol+/Makefile
index 8d54c89ca671..84adca07890f 100644
--- a/science/ukrmol+/Makefile
+++ b/science/ukrmol+/Makefile
@@ -3,7 +3,7 @@ DISTVERSION=	3.2
 PORTREVISION=	1
 CATEGORIES=	science # chemistry, physics
 MASTER_SITES=	https://zenodo.org/record/5799134/files/:out \
-		https://zenodo.org/record/5799110/files/:in # the project is a sum of two projects
+		https://zenodo.org/record/5799110/files/:in # the project is a sum of two projects, "in" and "out"
 DISTFILES=	ukrmol-out-${DISTVERSION}${EXTRACT_SUFX}:out \
 		ukrmol-in-${DISTVERSION}${EXTRACT_SUFX}:in
 
@@ -17,11 +17,11 @@ LIB_DEPENDS=	libGBTO.so:science/gbtolib \
 		libgsl.so:math/gsl \
 		libopenblas.so:math/openblas
 
-USES=		cmake:testing fortran localbase:ldflags python:test
+USES=		cmake:testing fortran python:test
 
 CMAKE_ON=	BUILD_SHARED_LIBS WITH_GSL
 CMAKE_OFF=	WITH_MPI BUILD_DOC WITH_GIT BUILD_TESTING
-CMAKE_TESTING_ON=	BUILD_TESTING # test executables aren't built, see https://gitlab.com/Uk-amor/UKRMol/UKRmol-out/-/issues/40
+CMAKE_TESTING_ON=	BUILD_TESTING
 CMAKE_ARGS=	-DFREEBSD_DOCSDIR=${DOCSDIR} \
 		-DFREEBSD_PYTHON_VER=${PYTHON_VER}
 CMAKE_ARGS+=	-DUKRMOL_OUT_DIR=${WRKSRC_OUT} # the "out" project is built and installed from the "in" project