Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 11:50:01 GMT
From:      "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi>
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/188114: math/py-numpy is broken on 9.2-STABLE
Message-ID:  <201404041150.s34Bo1kc082248@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188114; it has been noted by GNATS.

From: "Vladimir Chukharev" <Vladimir.Chukharev@tut.fi>
To: bug-followup@freebsd.org, Vladimir.Chukharev@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041150.s34Bo1kc082248>