science/gbtolib: Add FFLAGS=-fdefault-integer-8

... to fix tests in science/ukrmol+.
This commit is contained in:
Yuri Victorovich 2022-08-03 00:20:38 -07:00
parent 6adda643f5
commit fd6a1cf794

View file

@ -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