#13616 closed enhancement (fixed)
numpy doesn't need the fortran compiler specified in the destroot phase
Reported by: | skymoo (Adam Mercer) | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
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 (1)
Change History (9)
Changed 17 years ago by skymoo (Adam Mercer)
Attachment: | numpy-destroot.diff added |
---|
comment:1 Changed 17 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 17 years ago by skymoo (Adam Mercer)
I can take it over if you like, as I use numpy a lot with work
comment:4 Changed 17 years ago by skymoo (Adam Mercer)
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 17 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 17 years ago by skymoo (Adam Mercer)
Owner: | changed from erickt@… to ram@… |
---|---|
Status: | new → assigned |
taken maintainership, along with openmaintainer, in r32157
comment:7 Changed 17 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
committed in r32159
comment:8 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
remove fortran compiler specification from destroot phase