python-h5py: update to 3.7.0

This commit is contained in:
Biswapriyo Nath
2022-05-29 09:20:21 +05:30
parent 870dd85e28
commit 02ecd02d8d
2 changed files with 11 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
--- h5py-3.3.0/setup_configure.py.orig 2021-07-14 20:32:17.516742500 +0200
+++ h5py-3.3.0/setup_configure.py 2021-07-14 20:34:00.998030600 +0200
@@ -202,8 +202,12 @@
--- a/setup_configure.py
+++ b/setup_configure.py
@@ -224,8 +224,12 @@
default_path = 'libhdf5.dylib'
regexp = re.compile(r'^libhdf5.dylib')
elif sys.platform.startswith('win') or \
sys.platform.startswith('cygwin'):
elif sys.platform.startswith('win'):
- default_path = 'hdf5.dll'
- regexp = re.compile(r'^hdf5.dll')
+ if 'GCC' in sys.version: