[h5py] 350/455: Fix windows DLL issue
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.
commit 13c7cff872ca9dfe4f7a6249ba3bd240bebd678b
Author: andrewcollette <andrew.collette at gmail.com>
Date: Tue Jan 5 06:45:30 2010 +0000
Fix windows DLL issue
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 3e8d788..3192d43 100644
--- a/setup.py
+++ b/setup.py
@@ -312,6 +312,7 @@ int main(){
fatal("Can't link against HDF5.")
if sys.platform == 'win32':
shutil.copy(os.path.join(self.hdf5, 'dll', 'hdf5dll18.dll'), localpath('detect', 'hdf5dll18.dll'))
+ shutil.copy(os.path.join(self.hdf5, 'dll', 'zlib1.dll'), localpath('detect', 'zlib1.dll'))
result = subprocess.Popen(localpath('detect', 'h5vers.exe'),
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
so, se = result.communicate()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list