Hi Chris,

Il 08/09/2011 20:52, Chris Kees ha scritto:
> OK, the latest master on github doesn't have this issue in setup. It
> may still be there for Windows, but I don't build on Windows so I
> can't check it.  I just updated our PyTables submodule to point to the
> more recent version.  Also, all the tests are passing on OS X, Unbuntu
> 11.04/64bit, a Cray XE6, and and SGI Altix ICE.
> 

Very good!
Thank you for the feedback

regards

> On Tue, Sep 6, 2011 at 2:46 PM, Chris Kees <cek...@gmail.com> wrote:
>> Hi Antonio and Anthony,
>>
>> I'm using the git hub version, so I'll pull the latest changes to the
>> master, check this issue again, and then submit a pull request with
>> the fix to setup.py. I've never submitted a pull request so please let
>> me know if there are any tricks I need to know. Otherwise I'll figure
>> out how to do it from the github documentation. Also, sorry for the
>> slow response.
>>
>> Chris
>>
>> On Fri, Sep 2, 2011 at 1:38 PM, Antonio Valentino
>> <antonio.valent...@tiscali.it> wrote:
>>> Hi Chris,
>>>
>>> Il 02/09/2011 16:47, Chris Kees ha scritto:
>>>> 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:
>>>
>>> With "The current version setup.py" do you mean the one from the
>>> PyTables 2.2 package tarball?
>>>
>>> In case, it would be nice if you could give a try to the latest version
>>> currently in master on github
>>>
>>> https://github.com/PyTables/PyTables/
>>>
>>> There is another small patch on my personal area
>>>
>>> https://github.com/avalentino/PyTables/commit/6e6c9ad7a09bfd97310a2ef8ed1ea526b11acc1e
>>>
>>> that could be useful in this case.
>>>
>>> Also it would be useful if you could give us more details (e.g. the
>>> exact command line, setup.py output, relevant environment and so on).
>>>
>>>> --- 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
>>>
>>>
>>> Thanks
>>>
>>> --
>>> Antonio Valentino
>>>


-- 
Antonio Valentino

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to