modern-fortran/neural-fortran

Make HDF5 optional

milancurcic opened this issue · 1 comments

It's a tedious dependency to build with across compilers and is only used for input from Keras models which not many users need. Put HDF5 code behind CPP macros and make it optional at build time.

Done by #188. Keras HDF5 adapter is now in https://github.com/neural-fortran/nf-keras-hdf5.