[h5py] 177/455: Merge setup fixes for Windows from 1.0 190:191

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:30 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 433b7975126f5c77b58df6dc74498a4e43a2e0f7
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Sat Dec 6 21:30:45 2008 +0000

    Merge setup fixes for Windows from 1.0 190:191
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2f626ef..c634577 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ class ExtensionCreator(object):
             if hdf5_loc is None:
                 fatal("On Windows, HDF5 directory must be specified.")
 
-            self.libraries = ['hdf5dll']
+            self.libraries = ['hdf5dll18']
             self.include_dirs = [numpy.get_include(), op.join(hdf5_loc, 'include'), op.abspath('win_include')]
             self.library_dirs = [op.join(hdf5_loc, 'dll')]
             self.runtime_dirs = []

-- 
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