[h5py] 03/09: Disable usage of rpath.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 25 14:28:45 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 0be645c2ca05bc8100b45d0ae40663d064430053
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 ffe19b7..ae4f2a3 100644
--- a/setup_build.py
+++ b/setup_build.py
@@ -104,8 +104,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