awsteiner / o2scl

Object-oriented Scientific Computing Library
https://awsteiner.org/code/o2scl
GNU General Public License v3.0
35 stars 14 forks source link

about dependences and tests #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

Good stuff! More happy to using this library than gsl in c-style , but three small questions: 1 ../../include/o2scl/hdf_file.h:31:18: fatal error: hdf5.h: No such file or directory

include

In fact , I never use hdf5, so the add some condition compilings into conf?

2 No unit test?

3 chmod +x autogen.sh :)

awsteiner commented 8 years ago

./configure --disable-hdf --disable-eoslib --disable-partlib should work to disable HDF5 I/O and make check should also work (with or without HDF5 support). Let me know if they don't. I'll fix the permissions on autogen.sh in the next commit to master.

ghost commented 8 years ago

Thanks~