[h5py] 349/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 2bc477895fd986ec99a62d9c91c563d7afa77a8f
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Jan 5 06:31:56 2010 +0000

    Fix windows DLL issue
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8299ea7..3e8d788 100644
--- a/setup.py
+++ b/setup.py
@@ -311,7 +311,7 @@ int main(){
             except LinkError:
                 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', 'hdf5dll18.dll'), localpath('detect', 'hdf5dll18.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