Skip to content

Commit

Permalink
configure test for HDF5
Browse files Browse the repository at this point in the history
  • Loading branch information
benkirk committed Feb 6, 2013
1 parent d94b0f0 commit ee78cfe
Show file tree
Hide file tree
Showing 81 changed files with 1,226 additions and 79 deletions.
10 changes: 9 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_rtti.m4 \
$(top_srcdir)/m4/exodus.m4 $(top_srcdir)/m4/feexcept.m4 \
$(top_srcdir)/m4/fparser.m4 $(top_srcdir)/m4/glpk.m4 \
$(top_srcdir)/m4/gmv.m4 $(top_srcdir)/m4/gz.m4 \
$(top_srcdir)/m4/laspack.m4 $(top_srcdir)/m4/libhilbert.m4 \
$(top_srcdir)/m4/hdf5.m4 $(top_srcdir)/m4/laspack.m4 \
$(top_srcdir)/m4/libhilbert.m4 \
$(top_srcdir)/m4/libmesh_compiler_features.m4 \
$(top_srcdir)/m4/libmesh_core_features.m4 \
$(top_srcdir)/m4/libmesh_method.m4 \
Expand Down Expand Up @@ -3960,6 +3961,13 @@ GZSTREAM_INCLUDE = @GZSTREAM_INCLUDE@
GZSTREAM_LIB = @GZSTREAM_LIB@
HAVE_DOT = @HAVE_DOT@
HAVE_GCOV_TOOLS = @HAVE_GCOV_TOOLS@
HDF5_CFLAGS = @HDF5_CFLAGS@
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
HDF5_CXXLIBS = @HDF5_CXXLIBS@
HDF5_DIR = @HDF5_DIR@
HDF5_FLIBS = @HDF5_FLIBS@
HDF5_LIBS = @HDF5_LIBS@
HDF5_PREFIX = @HDF5_PREFIX@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Expand Down
1 change: 1 addition & 0 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ m4_include([m4/fparser.m4])
m4_include([m4/glpk.m4])
m4_include([m4/gmv.m4])
m4_include([m4/gz.m4])
m4_include([m4/hdf5.m4])
m4_include([m4/laspack.m4])
m4_include([m4/libhilbert.m4])
m4_include([m4/libmesh_compiler_features.m4])
Expand Down
Loading

0 comments on commit ee78cfe

Please sign in to comment.