Date: Wed, 3 Aug 2022 08:40:54 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: fd6a1cf794c6 - main - science/gbtolib: Add FFLAGS=-fdefault-integer-8 Message-ID: <202208030840.2738es8e075895@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=fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26 commit fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-03 07:20:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-03 08:40:49 +0000 science/gbtolib: Add FFLAGS=-fdefault-integer-8 ... to fix tests in science/ukrmol+. --- science/gbtolib/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/science/gbtolib/Makefile b/science/gbtolib/Makefile index 055f95696e3b..20ba04f40e0b 100644 --- a/science/gbtolib/Makefile +++ b/science/gbtolib/Makefile @@ -1,5 +1,6 @@ PORTNAME= gbtolib DISTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= science # chemistry, physics MASTER_SITES= https://zenodo.org/record/5798035/files/ DISTNAME= GBTOLib-${DISTVERSION} @@ -21,6 +22,8 @@ USES= cmake fortran zip CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_DOC BUILD_TESTING +FFLAGS= -fdefault-integer-8 + OPTIONS_DEFINE= MPI MPI_CMAKE_BOOL= WITH_MPI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208030840.2738es8e075895>