[h5py] 01/17: Disable usage of rpath.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 5 19:13:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository h5py.

commit 277b060d87ab49dbf990a9b24c31da6f5cc5b853
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Feb 2 10:56:16 2016 +0000

    Disable usage of rpath.
---
 setup_build.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup_build.py b/setup_build.py
index 6e3468b..05b14a5 100644
--- a/setup_build.py
+++ b/setup_build.py
@@ -102,8 +102,8 @@ class h5py_build_ext(build_ext):
             settings['library_dirs'].insert(0, op.join(config.hdf5, 'lib'))
 
         # TODO: should this only be done on UNIX?
-        if os.name != 'nt':
-            settings['runtime_library_dirs'] = settings['library_dirs']
+        #if os.name != 'nt':
+            #settings['runtime_library_dirs'] = settings['library_dirs']
 
         def make_extension(module):
             sources = [localpath('h5py', module+'.pyx')] + EXTRA_SRC.get(module, [])

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