mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r10249] Purpose:
Added more cached values for more settings.
This commit is contained in:
parent
98b02fbdcb
commit
4f0e372f0c
@ -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'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user