Opened 12 years ago
Closed 11 years ago
#36861 closed defect (fixed)
ncview @2.1.1 after openmpi installation error - build failure"
Reported by: | rachid.benshila@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | ncview |
Description
For ncview installation, the configure file is checking if netcdf was compiled with the same version of gcc. If netcdf was already installed with OpenMpi, the configure doesn't recognize the wrapper as gcc and the installation fails.
Please find a new configure.patch attached.
Attachments (1)
Change History (3)
Changed 12 years ago by rachid.benshila@…
Attachment: | patch-configure.diff added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Keywords: | haspatch added |
comment:2 Changed 11 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing this as fixed.
Note: See
TracTickets for help on using
tickets.
In this patch again the dynamic linking of libpng has been replaced with static linking, which per comment:ticket:33828:10 was not intentional or necessary, right?
Also, this patch reintroduces commented-out code that I had deliberately removed in the revision that closed #33828.
Ultimately, the patch attached here is the one I already committed in r99347, isn't it?