TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

HDF5 tests #75

Closed resheto closed 11 years ago

resheto commented 12 years ago

If libhdf5 is installed, but not hdf5-tools, "make test" compares _output files to .output.h5 files, instead of either comparing _output files to .output ones or output.h5 to output.h5. The tests fail, even though manual comparison shows that the result and test files are equivalent. Installing hdf5-tools and rerunning cmake and make fixes the issue.

mferrero commented 12 years ago

OK, I will try to add something in the original hdf5 detection that makes sure all the needed executables are there.

parcollet commented 12 years ago

Also, we should add it to the doc and dependency list for Ubuntu package...