GSOC Ideas

2019-02-07 Thread Marcus Calhoun-Lopez
As part of the GSOC application, it would be good to update the “Projects” section of the wiki page [1]. Here are a few idea that I was able to come up with. I would appreciate any feedback. -Marcus [1] https://trac.macports.org/wiki/SummerOfCode#Projects 1. Update Orphaned Ports I origin

Load dynamic library for python library

2019-02-07 Thread Casey Deccio
Hi, I've installed a python package (py27-libnacl) that loads a dynamic library (libsodium), but I can't access that library unless I explicitly set LD_LIBRARY_PATH: $ python -m libnacl Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/p

Re: Load dynamic library for python library

2019-02-07 Thread Joshua Root
On 2019-2-8 02:00 , Casey Deccio wrote: > The reason I'm asking on the dev list is because I'm updating a port which > relies on py27-libnacl and libsodium, and I'm trying to figure out the right > way to get it to work, e.g., if any special configuration is needed. I would > have thought that

Re: Load dynamic library for python library

2019-02-07 Thread Joshua Root
On 2019-2-8 13:00 , Joshua Root wrote: > On 2019-2-8 02:00 , Casey Deccio wrote: >> The reason I'm asking on the dev list is because I'm updating a port which >> relies on py27-libnacl and libsodium, and I'm trying to figure out the right >> way to get it to work, e.g., if any special configurati

Re: Load dynamic library for python library

2019-02-07 Thread Casey Deccio
> On Feb 7, 2019, at 7:03 PM, Joshua Root wrote: > > BTW Gmail decided my reply was spam; sending only to the list this time > so Casey might actually see it... Much appreciated :) > On 2019-2-8 13:00 , Joshua Root wrote: >> >> Ctypes uses dlopen behind the scenes, and if you look at dlopen

Re: Load dynamic library for python library

2019-02-07 Thread Joshua Root
On 2019-2-8 13:59 , Casey Deccio wrote: > > >> On Feb 7, 2019, at 7:03 PM, Joshua Root wrote: >> >> BTW Gmail decided my reply was spam; sending only to the list this time >> so Casey might actually see it... > > Much appreciated :) > >> On 2019-2-8 13:00 , Joshua Root wrote: >>> >>> Ctypes us