Opened 11 years ago

Closed 11 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)

patch-setup.py.diff (990 bytes) - added by petrrr 11 years ago.
The patchfile for setup.py
patch-Portfile.diff (1.5 KB) - added by petrrr 11 years ago.
The patch of the Portfile, corrected version

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by petrrr

Attachment: patch-setup.py.diff added

The patchfile for setup.py

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch maintainer added
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: FIX: py-obspy might not install completelypy-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 11 years ago by petrrr

Attachment: patch-Portfile.diff added

The patch of the Portfile, corrected version

comment:2 in reply to:  1 Changed 11 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 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.