The following reply was made to PR ports/188114; it has been noted by GNATS.

From: "Vladimir Chukharev" <vladimir.chukha...@tut.fi>
To: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com
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
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to