diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 22:11:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 22:11:19 (GMT) |
commit | c622cc7b38791567a6e41d147121a76a20837e96 (patch) | |
tree | e6e93907418d53802e35bcb0d1ae1d3c1cd39b71 /config/cmake/H5pubconf.h.in | |
parent | 451a91e53bdc0f930c2acf382d14a5e2fd9cb2d9 (diff) | |
download | hdf5-c622cc7b38791567a6e41d147121a76a20837e96.zip hdf5-c622cc7b38791567a6e41d147121a76a20837e96.tar.gz hdf5-c622cc7b38791567a6e41d147121a76a20837e96.tar.bz2 |
[svn-r26595] Description:
Bring r26494 from autotools_rework branch back to trunk:
Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing
problems with older Intel compilers on Linux that are no longer supported.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for several days)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 63eb23f..95fd856 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -449,10 +449,6 @@ special algorithm. */ #cmakedefine H5_LDOUBLE_TO_LONG_SPECIAL @H5_LDOUBLE_TO_LONG_SPECIAL@ -/* Define if your system can convert long double to unsigned int values - correctly. */ -#cmakedefine H5_LDOUBLE_TO_UINT_ACCURATE @H5_LDOUBLE_TO_UINT_ACCURATE@ - /* Define if your system can compile long long to floating-point casts. */ #cmakedefine H5_LLONG_TO_FP_CAST_WORKS @H5_LLONG_TO_FP_CAST_WORKS@ |