search for: r_cv_lib_hdf5

Displaying 1 result from an estimated 1 matches for "r_cv_lib_hdf5".

2000 Jan 29
1
HDF5 as a module
...0 **** AC_MSG_WARN([I found f2c but not libf2c, or libF77 and libI77]) fi]) dnl - dnl R_LIB_HDF5 - dnl - AC_DEFUN(R_LIB_HDF5, - [ AC_CHECK_LIB(hdf5, main, - [ ac_save_LIBS="${LIBS}" - LIBS="-lhdf5 ${LIBS}" - AC_CACHE_CHECK([for HDF5 version >= 1.2], - r_cv_lib_hdf5, - AC_TRY_LINK( - [#include <hdf5.h>], - [ H5T_pers_t convtype = H5T_PERS_SOFT; - H5Tclose ((hid_t) 0);], - r_cv_lib_hdf5=yes, - r_cv_lib_hdf5=no)) - if test "${r_cv_lib_hdf5}" = yes; then - AC_DEFINE(HAVE_HDF5) - else - LIBS=${ac_save_LIBS} -...