[MacPorts] #45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0
MacPorts
noreply at macports.org
Tue Mar 10 13:20:01 PDT 2015
#45926: Error upgrading py27-numpy from 1.9.0_0 to 1.9.1_0
-------------------------+--------------------------------
Reporter: elenc@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Resolution: | Keywords:
Port: py27-numpy |
-------------------------+--------------------------------
Comment (by michaelld@…):
Looks like surreptitious linking with OpenBLAS; probably need to tell
NumPy to disable OpenBLAS support, so that it won't be used even when it
is installed already. If you don't need OpenBLAS, can you deactivate it,
clean py27-numpy, and then try the install again:
{{{
sudo port clean py27-numpy
sudo port -f deactivate openblas
sudo port install py27-numpy
}}}
you can even "activate" openblas again now if you want to. I'll look into
disabling the surreptitious linking.
--
Ticket URL: <https://trac.macports.org/ticket/45926#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list