Ticket #13616 (closed enhancement: fixed)
numpy doesn't need the fortran compiler specified in the destroot phase
| Reported by: | ram@… | Owned by: | ram@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: |
Description
numpy doesn't need to have the fortran compiler specified in the destroot phase, as the location of this is only needed during the build phase (unlike scipy which needs to know the location during both the build and destroot phases). The attached patch removes the specification of the fortran compiler location from the destroot phase for the py-numpy and py25-numpy ports.
Attachments
Change History
Changed 5 years ago by ram@…
- Attachment numpy-destroot.diff added
comment:1 Changed 5 years ago by erickt@…
You seem to work a lot with numpy, would you care to take the port over? I don't use it anymore, so I've not been keeping up with the port maintenance.
comment:2 Changed 5 years ago by ram@…
I can take it over if you like, as I use numpy a lot with work
comment:4 Changed 5 years ago by ram@…
I don't use scipy that much, but if its either me taking it over or you dropping it then I'll take that as well
comment:5 Changed 5 years ago by erickt@…
Thanks very much. I don't think it'll be too much work fortunately, I'd just hate to always be behind on the releases.
comment:6 Changed 5 years ago by ram@…
- Owner changed from erickt@… to ram@…
- Status changed from new to assigned
taken maintainership, along with openmaintainer, in r32157


remove fortran compiler specification from destroot phase