git: 757a51f97c7f - main - science/gemmi: Fix tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Oct 2022 07:30:35 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=757a51f97c7f277e8bcf62c01c24b64fbacee4e1 commit 757a51f97c7f277e8bcf62c01c24b64fbacee4e1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-04 06:44:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-04 07:30:31 +0000 science/gemmi: Fix tests --- science/gemmi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/science/gemmi/Makefile b/science/gemmi/Makefile index 584b8a9b14fc..6a74bf21a478 100644 --- a/science/gemmi/Makefile +++ b/science/gemmi/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemmi DISTVERSIONPREFIX= v DISTVERSION= 0.5.7 -CATEGORIES= science +CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org COMMENT= Macromolecular crystallography library and utilities @@ -15,6 +15,8 @@ USES= cmake:testing compiler:c++17-lang # tests don't run, see https://github.c USE_GITHUB= yes GH_ACCOUNT= project-gemmi +CMAKE_TESTING_TARGET= check + OPTIONS_DEFINE= FORTRAN FORTRAN_USES= fortran