11 lines
596 B
Diff
11 lines
596 B
Diff
diff -up hdf5-hdf5_1.14.5/configure.ac.float128 hdf5-hdf5_1.14.5/configure.ac
|
|
--- hdf5-hdf5_1.14.5/configure.ac.float128 2024-09-30 08:50:29.000000000 -0600
|
|
+++ hdf5-hdf5_1.14.5/configure.ac 2024-10-03 19:17:46.998322936 -0600
|
|
@@ -854,6 +854,7 @@ if test "X$HDF_FORTRAN" = "Xyes"; then
|
|
if test "$MY_FLT128_DIG" -gt "$MY_LDBL_DIG" ; then
|
|
AC_MSG_RESULT([yes])
|
|
AC_DEFINE([HAVE_FLOAT128], [1], [Determine if __float128 will be used in the Fortran wrappers])
|
|
+ AC_CHECK_SIZEOF([__float128])
|
|
else
|
|
## Can't use __float128, but write an undef line anyway
|
|
AC_MSG_RESULT([no])
|