Hi,

Would it be possible to patch the setup.py so that it searches for the
runtime libraries in the provided path for hdf5 rather than just a set
of default directories? We frequently have to install on systems where
we don't have access to the default directories and have to append to
LD_LIBRARY_PATH/DYLD_LIBRARY_PATH. The current version setup.py always
generates a warning for us (and is actually finding the wrong hdf5
runtime when it DOESN'T generate a warning). Here's what I'm
proposing:

--- a/setup.py
+++ b/setup.py
@@ -155,7 +155,7 @@ class Package(object):
         # An explicit path can not be provided for runtime libraries.
         # (The argument is accepted for compatibility with previous methods.)
         return _find_file_path(
-            self.runtime_name, default_runtime_dirs,
+            self.runtime_name, locations,
             self._runtime_prefixes, self._runtime_suffixes )


-Chris

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to