Opened 12 years ago
Closed 12 years ago
#37960 closed defect (fixed)
py-obspy might not install completely
Reported by: | petrrr | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | haspatch maintainer | Cc: | |
Port: | py-obspy |
Description
The port does handle Fortran compiler invocation incorrectly. The choice of the compiler is hard-coded in package's setup.py script and the relevant dependency is missing.
This may have led to build errors and incomplete installations, which however completed and may have not been observed by the user. Therefore, the revision is bumped.
Attachments (2)
Change History (5)
Changed 12 years ago by petrrr
Attachment: | patch-setup.py.diff added |
---|
comment:1 follow-up: 2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch maintainer added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Summary: | FIX: py-obspy might not install completely → py-obspy might not install completely |
Thanks.
Most of your changes belong inside the "if {${subport} != ${name}}
" block; they are not applicable to or appropriate for the stub port.
Changed 12 years ago by petrrr
Attachment: | patch-Portfile.diff added |
---|
The patch of the Portfile, corrected version
comment:2 Changed 12 years ago by petrrr
Replying to ryandesign@…:
Most of your changes belong inside the "
if {${subport} != ${name}}
" block; they are not applicable to or appropriate for the stub port.
Here a corrected version of the Portfile patch.
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The patchfile for setup.py