Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-11 Thread Daniel Johnson
> On Dec 10, 2015, at 5:33 PM, Daniel Johnson > wrote: > >> >> On Dec 10, 2015, at 5:19 PM, Hanspeter Niederstrasser >> wrote: >> >> >> On Thu, December 10, 2015 3:49 pm, Alexander Hansen wrote: >>> On Dec 10, 2015, at 13:42,

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-11 Thread Jacques Bloch
Somehow i was able to use DYLD_LIBRARY_PATH with armadillo which i put in ~/opt/lib on my system. Jacques Sent from my iPhone > On 10 Dec 2015, at 22:14, Alexander Hansen > wrote: > > DYLD_LIBRARY_PATH

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Daniel Johnson
> On Dec 10, 2015, at 5:19 PM, Hanspeter Niederstrasser > wrote: > > > On Thu, December 10, 2015 3:49 pm, Alexander Hansen wrote: >> >>> On Dec 10, 2015, at 13:42, Jacques Bloch >>> wrote: >>> >>> Somehow i was able to use

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Hanspeter Niederstrasser
> Yep, that’s exactly what’s going on. Python uses DYLD_LIBRARY_PATH to > find the just-built library and that doesn’t work anymore. In theory, I > could use install_name_tool to change the library path before tests and > reset it after, but that would require changing a LOT of files since

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Alexander Hansen
> On Dec 10, 2015, at 13:42, Jacques Bloch > wrote: > > Somehow i was able to use DYLD_LIBRARY_PATH with armadillo which i put in > ~/opt/lib on my system. > > Jacques > > Sent from my iPhone That may be implementation-dependent. If armadillo just

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Jacques Bloch
why can we not put libraries in /usr/local/lib which is not locked by SIP? J. --- Dr. Jacques C.R. Bloch Institute for Theoretical Physics University of Regensburg 93040 Regensburg, Germany tel: +49 941 943-2018 fax: +49 941 943-3887 email: jacques.bl...@ur.de web:

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Alexander Hansen
Fink doesn’t put things in /usr/local to avoid having files overwritten by third-party installs. That wouldn’t help here, anyway, because the issue is that SIP prevents the use of DYLD_LIBRARY_PATH at all. Even to point to even an *arbitrary* unprotected library directory like

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Alexander Hansen
> On Dec 10, 2015, at 13:14, Alexander Hansen > wrote: > > > Fink doesn’t put things in /usr/local to avoid having files overwritten by > third-party installs. > > That wouldn’t help here, anyway, because the issue is that SIP prevents the > use of

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Hanspeter Niederstrasser
On Thu, December 10, 2015 3:49 pm, Alexander Hansen wrote: > >> On Dec 10, 2015, at 13:42, Jacques Bloch >> wrote: >> >> Somehow i was able to use DYLD_LIBRARY_PATH with armadillo which i put >> in ~/opt/lib on my system. >> >> Jacques >> >> Sent from my

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Alexander Hansen
> On Dec 10, 2015, at 08:51, Daniel Johnson wrote: > >> >> On Dec 10, 2015, at 6:52 AM, Hanspeter Niederstrasser >> wrote: >> >> [370/396/3] test_platform >> dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib >>

Re: [Fink-users] python35-3.5.0-1 fails tests on 10.11/7.2

2015-12-10 Thread Daniel Johnson
> On Dec 10, 2015, at 6:52 AM, Hanspeter Niederstrasser > wrote: > > [370/396/3] test_platform > dyld: Library not loaded: /sw/lib/python3.5/config-3.5m/libpython3.5m.dylib > Referenced from: /sw/build.build/python35-3.5.0-1/Python-3.5.0/python.exe > Reason: image not