[MacPorts] #26360: py26-numpy @1.5.0 shell command failed

MacPorts noreply at macports.org
Sat Sep 18 12:57:41 PDT 2010


#26360: py26-numpy @1.5.0 shell command failed
----------------------------------+-----------------------------------------
  Reporter:  josharian@…          |       Owner:  mcalhoun@…           
      Type:  defect               |      Status:  reopened             
  Priority:  Normal               |   Milestone:                       
 Component:  ports                |     Version:  1.9.1                
Resolution:                       |    Keywords:                       
      Port:  py26-numpy           |  
----------------------------------+-----------------------------------------

Comment(by michaelld@…):

 Linking with -lpython will cause Python to crash when "import numpy" is
 issued.  The final link lacks "-undefined dynamic_lookup -bundle" (the
 usual value for LDFLAGS for this module's linking), which happens when
 LDFLAGS is set to anything (including "") during build.  There's a simple
 patch to this library's setup.py script to fix this issue & allow for
 whatever LDFLAGS are provided externally.  BUT: I think we can get away
 without even using LDFLAGS, so this patch won't be necessary.

-- 
Ticket URL: <https://trac.macports.org/ticket/26360#comment:18>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list