HDF5_VERSION is computed but never used
In the setup.py
, the HDF5_VERSION
is computed and passed as compiler flag, but this version is never evaluated in the C++ code. There, only the H5_VERSION
from the imported hdf5 header files is used, which is the way it should be.
Edited by Manuel Günther