On Sun, Feb 17, 2019 at 10:42:03PM +0700, Eugene Grosbein wrote: > 17.02.2019 22:15, Diane Bruce wrote: > > > Basically all we need is a pre-loader script for interpreters ... > > We already have libmap.conf(5). It should be possible to work around the > problem > creating /usr/local/etc/libmap.d/python.conf with contents: > > [python2.7] > libgcc_s.so.1 /usr/local/lib/gcc8/libgcc_s.so.1 > > [python3.4] > libgcc_s.so.1 /usr/local/lib/gcc8/libgcc_s.so.1 >
Sure but I'm guessing not all python ports *need* gfortran hence we shouldn't force all python coded ports to use the gfortran libgcc_s.so Moreover, the libmap would have to be updated everytime gfortran got updated which is true for the PRELOAD script but at least it would be with the port, not system wide. That's my two Canadian cents. (We don't even have pennies anymore up here ;) ) - Diane -- - [email protected] [email protected] http://artemis.db.net/~db _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
