[MacPorts] #19397: scipy not completely universal
MacPorts
noreply at macports.org
Thu Oct 7 18:34:13 PDT 2010
#19397: scipy not completely universal
-------------------------------------------+--------------------------------
Reporter: daweonline@… | Owner: jmr@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: scipy python universal binary | Port: py26-scipy
-------------------------------------------+--------------------------------
Comment(by michaelld@…):
I was using the current svn Portfile of scipy, which I realized after the
fact disables universal install. My interest was purely as part of
upgrading numpy & addressing this ticket; I don't use scipy as universal
myself, but I would also be curious as to who does need it to be
universal.
That said, it looks like making scipy universal won't be too difficult --
assuming the SuiteSparse dependency isn't necessary. Anyone know why it's
there? I see nothing in the debugging output to indicate that it is being
found or used, but I certainly could be missing something.
Ignoring SuiteSparse for now: scipy follows closely the way numpy does
things, which is to say that most of the setup.py arguments are ignored in
favor of self-discovery of CC, CXX, F77, and F90, and then those are used
internally. There's also an LDFLAGS overwriting issue again, which is
just a matter of tracking down the correct setup.py script and patching
it.
--
Ticket URL: <https://trac.macports.org/ticket/19397#comment:34>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list