aboutsummaryrefslogtreecommitdiff
path: root/science/gbtolib
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-03 07:20:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-03 08:40:49 +0000
commitfd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26 (patch)
tree981c52212b2146703dbef91a179353980e635595 /science/gbtolib
parent6adda643f52fbc5a99bbf2f2571e2da0dc6ff6ef (diff)
downloadports-fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26.tar.gz
ports-fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26.zip
science/gbtolib: Add FFLAGS=-fdefault-integer-8
... to fix tests in science/ukrmol+.
Diffstat (limited to 'science/gbtolib')
-rw-r--r--science/gbtolib/Makefile3
1 files changed, 3 insertions, 0 deletions
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