Opened 12 years ago

Closed 12 years ago

#34416 closed defect (fixed)

py-scipy broken for future os

Reported by: howarth@… Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: python Cc:
Port: py-scipy

Description

Currently py-scipy won't build for future os releases due to its inclusion of the vecLib
headers (despite linking the Accelerate framework). The attached Portfile.diff uses the
same approach as fink to reinplace the instances of vecLib with Accelerate in the
offending source files.

Attachments (1)

Portfile.diff (1000 bytes) - added by howarth@… 12 years ago.
Portfile.diff to avoid including vecLib headers for post-10.7

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by howarth@…

Attachment: Portfile.diff added

Portfile.diff to avoid including vecLib headers for post-10.7

comment:1 Changed 12 years ago by skymoo (Adam Mercer)

Owner: changed from macports-tickets@… to ram@…
Status: newassigned

Thanks, I haven't tried building scipy on the future OS yet. I'll see if I can get round to it over the weekend.

comment:2 Changed 12 years ago by skymoo (Adam Mercer)

Do you know when the Accelerate framework was added?

comment:3 Changed 12 years ago by howarth@…

The Accelerate framework was first added in Panther and expanded in Tiger...

https://developer.apple.com/performance/accelerateframework.html

so it should be no shock that VecLib is now gone.

comment:4 Changed 12 years ago by skymoo (Adam Mercer)

Resolution: fixed
Status: assignedclosed

Thanks, committed in r93189

Note: See TracTickets for help on using tickets.