diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 18:34:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-26 18:34:11 (GMT) |
commit | 39373fbabbcbd6b14f66f20582fd5d759f63440a (patch) | |
tree | 721fa122512fd650280c7328d36b6434c771057a /config/cmake | |
parent | f3dd294ff22d9052192c4be8d0df65f25eccf125 (diff) | |
download | hdf5-39373fbabbcbd6b14f66f20582fd5d759f63440a.zip hdf5-39373fbabbcbd6b14f66f20582fd5d759f63440a.tar.gz hdf5-39373fbabbcbd6b14f66f20582fd5d759f63440a.tar.bz2 |
[svn-r26605] Description:
Bring r26503 & r26528 from autotools_rework branch back to the trunk:
Remove old platform configure files: craynv, dec-flags, hpux11.23,
ia64-linux-gnu, nec-superux14.1, sv1-cray, x86_64-redstorm-linux-gnu
Also remove CONVERT_DENORMAL_FLOAT, since this was only set in the
configure files being removed.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for 2+ days)
Diffstat (limited to 'config/cmake')
-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 8d7642e..9625ee3 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -43,10 +43,6 @@ writing. */ #cmakedefine H5_CLEAR_MEMORY @H5_CLEAR_MEMORY@ -/* Define if your system can handle converting denormalized floating-point - values. */ -#cmakedefine H5_CONVERT_DENORMAL_FLOAT @H5_CONVERT_DENORMAL_FLOAT@ - /* Define if C++ compiler recognizes offsetof */ #cmakedefine H5_CXX_HAVE_OFFSETOF @H5_CXX_HAVE_OFFSETOF@ |