From 5e05dc1d679d71ce3a09c4072727b312d9421651 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 7 Nov 2023 05:40:37 -0800 Subject: [PATCH] Remove IEEE changes from NAG Fortran --- config/linux-gnulibc1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 92f2be63df5..b4139ee1a58 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -183,10 +183,7 @@ case $FC_BASENAME in nagfor) F9XSUFFIXFLAG="" - # NOTE: The default is -ieee=stop, which will cause problems - # when the H5T module performs floating-point type - # introspection - AM_FCFLAGS="$AM_FCFLAGS -ieee=full" + AM_FCFLAGS="$AM_FCFLAGS" FSEARCH_DIRS="" # Production