science/gbtolib: Add FFLAGS=-fdefault-integer-8
... to fix tests in science/ukrmol+.
This commit is contained in:
parent
6adda643f5
commit
fd6a1cf794
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue