Opened 4 years ago
Closed 4 years ago
#62788 closed defect (fixed)
openmpi: opportunistically uses zlib; add formal dependency and configure flag
Reported by: | mascguy (Christopher Nielsen) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | openmpi |
Description
When port zlib
is already installed, OpenMPI opportunistically utilizes it. Otherwise, it builds its own internally.
For consistency, add a formal lib dependency on zlib
, and add configure argument --with-zlib=${prefix}
.
While not an urgent issue - this has likely been the case for years - it should still be fixed.
Change History (1)
comment:1 Changed 4 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In ed9c96aae95bb1e0a0551f5d315a2b2be3925773/macports-ports (master):