From 507fdee9e47e99f7b016ba12948ca7ae707b95fd Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@localhost.localdomain> Date: Wed, 24 Feb 2016 06:10:10 -0500 Subject: [PATCH] Compilable HDF5 writer --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure.ac b/configure.ac index 295e144b..dfcacc2a 100755 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,6 @@ m4_ifdef([AX_LAPACK],,[m4_include([m4/ax_lapack.m4])]) m4_ifdef([AX_SUITESPARSE],,[m4_include([m4/ax_suitesparse.m4])]) m4_ifdef([AX_EIGEN],,[m4_include([m4/ax_eigen.m4])]) m4_ifdef([AX_LIB_HDF5],,[m4_include([m4/ax_lib_hdf5.m4])]]) -m4_ifdef([AX_H5PART],,[m4_include([m4/ax_h5part.m4])]) case $host_os in *cygwin*) @@ -122,16 +121,6 @@ if test x"$with_hdf5" = x"no"; then exit 207 fi -######### - -## Check for H5PART - -save_CC=$CC -CC=$CXX -AX_H5PART([],[echo "Cannot detect h5part, use the --with-h5part option if it is not installed in the default location" - exit 208]) -CC=$save_CC - ######## ## Enable scan coverty -- GitLab