Opened 13 years ago
Closed 13 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)
Change History (5)
Changed 13 years ago by howarth@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 13 years ago by skymoo (Adam Mercer)
Owner: | changed from macports-tickets@… to ram@… |
---|---|
Status: | new → assigned |
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 13 years ago by skymoo (Adam Mercer)
Do you know when the Accelerate framework was added?
comment:3 Changed 13 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 13 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, committed in r93189
Note: See
TracTickets for help on using
tickets.
Portfile.diff to avoid including vecLib headers for post-10.7