[h5py] 336/455: Fix typo
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:48 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 89f44c565da9bfca6b3357322eedfab56e216c53
Author: andrewcollette <andrew.collette at gmail.com>
Date: Sun Dec 20 05:22:09 2009 +0000
Fix typo
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 4ebcedc..f472e12 100644
--- a/setup.py
+++ b/setup.py
@@ -252,7 +252,7 @@ class GlobalSettings(object):
op.join(hdf5, 'include'),
localpath('lzf'),
localpath('win_include')]
- self.library_dirs = [op.join(hdf5_loc, 'dll')]
+ self.library_dirs = [op.join(hdf5, 'dll')]
self.runtime_dirs = []
self.extra_compile_args = ['/DH5_USE_16_API', '/D_HDF5USEDLL_']
--
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