From afc3622366593ad64d63d16846dfe7f5848ee8df Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 10 Sep 2022 13:04:20 +0200 Subject: [PATCH] precision is set explicitly via Fortran kinds --- .../MarcMentat/2022.1/Marc_tools/include_linux64.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch b/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch index d11e84f1a..7263d8094 100644 --- a/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch +++ b/install/MarcMentat/2022.1/Marc_tools/include_linux64.patch @@ -16,16 +16,6 @@ # AEM if test "$MARCDLLOUTDIR" = ""; then DLLOUTDIR="$MARC_LIB" -@@ -477,8 +486,8 @@ if test "$MARC_INTEGER_SIZE" = "i4" ; then - I8DEFINES= - I8CDEFINES= - else -- I8FFLAGS="-i8" -+ I8FFLAGS="-i8 -integer-size 64" - I8DEFINES="-DI64" - I8CDEFINES="-U_DOUBLE -D_SINGLE" - fi - @@ -594,7 +605,7 @@ then PROFILE=" $PROFILE -pg" fi