The following reply was made to PR ports/188114; it has been noted by GNATS.
From: "Vladimir Chukharev" <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE Date: Fri, 04 Apr 2014 14:30:22 +0300 There is a workaround given in the discussions of similar problem with ipython. Just define an environment variable: LD_LIBRARY_PATH=/usr/local/lib/gcc48 python -c "import numpy" No errors. This is an indication that the problem might be easier to solve in lang/gcc* ports or in Mk/bsd.gcc.mk -- Vladimir Chukharev _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
