diff options
-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'} |