Skip to content
Snippets Groups Projects
Commit f412f292 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'hdf1_12' into 'master'

[hdf5] Always use h5 1.10 API to compile

Closes #22

See merge request !35
parents 37df660c d99890cb
No related branches found
No related tags found
1 merge request!35[hdf5] Always use h5 1.10 API to compile
Pipeline #58427 passed
......@@ -90,7 +90,9 @@ class hdf5:
def macros(self):
return [
('HAVE_%s' % self.name.upper(), '1'),
]
# see https://portal.hdfgroup.org/display/HDF5/Migrating+from+HDF5+1.10+to+HDF5+1.12
('H5_USE_110_API', '1'),
]
hdf5_pkg = hdf5()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment