Skip to content
Snippets Groups Projects
Commit 507fdee9 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Compilable HDF5 writer

parent 7d10e7a7
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ m4_ifdef([AX_LAPACK],,[m4_include([m4/ax_lapack.m4])]) ...@@ -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_SUITESPARSE],,[m4_include([m4/ax_suitesparse.m4])])
m4_ifdef([AX_EIGEN],,[m4_include([m4/ax_eigen.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_LIB_HDF5],,[m4_include([m4/ax_lib_hdf5.m4])]])
m4_ifdef([AX_H5PART],,[m4_include([m4/ax_h5part.m4])])
case $host_os in case $host_os in
*cygwin*) *cygwin*)
...@@ -122,16 +121,6 @@ if test x"$with_hdf5" = x"no"; then ...@@ -122,16 +121,6 @@ if test x"$with_hdf5" = x"no"; then
exit 207 exit 207
fi 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 ## Enable scan coverty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment