diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-21 21:51:52 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-21 21:51:52 (GMT) |
commit | 4f0e372f0c7c8f2bff22494e155f0f56ad02032c (patch) | |
tree | acb4799bd6bb7119200e482ab11bd52229761ac1 /config | |
parent | 98b02fbdcbe12ae422b3ee62f2dcab0025ce6b54 (diff) | |
download | hdf5-4f0e372f0c7c8f2bff22494e155f0f56ad02032c.zip hdf5-4f0e372f0c7c8f2bff22494e155f0f56ad02032c.tar.gz hdf5-4f0e372f0c7c8f2bff22494e155f0f56ad02032c.tar.bz2 |
[svn-r10249] Purpose:
Added more cached values for more settings.
Diffstat (limited to 'config')
-rw-r--r-- | config/intel-osf1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index 74d4ea8..90db458 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -153,7 +153,11 @@ hdf5_cv_mpi_file_set_size_big=${hdf5_cv_mpi_file_set_size_big='no'} # Hard set variables for v1.7 and higher. # Set gettimeofday_tz to yes. hdf5_cv_gettimeofday_tz=${hdf5_cv_gettimeofday_tz='yes'} +hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} hdf5_cv_fp_to_ullong_bottom_bit_works=${hdf5_cv_fp_to_ullong_bottom_bit_works='no'} hdf5_cv_fp_to_ullong_right_maximum=${hdf5_cv_fp_to_ullong_right_maximum='yes'} -hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} +hdf5_cv_ldouble_to_uint_works=${hdf5_cv_ldouble_to_uint_works='yes'} +hdf5_cv_sw_ldouble_to_integer_works=${hdf5_cv_sw_ldouble_to_integer_works='yes'} hdf5_cv_sw_ulong_to_fp_bottom_bit_works=${hdf5_cv_sw_ulong_to_fp_bottom_bit_works='no'} +hdf5_cv_ullong_to_fp_cast_works=${hdf5_cv_ullong_to_fp_cast_works='yes'} +hdf5_cv_ullong_to_ldouble_precision_works=${hdf5_cv_ullong_to_ldouble_precision_works='yes'} |