Opened 2 months ago

Closed 8 weeks ago

#69574 closed defect (fixed)

octave does not allow building against hdf5 +mpich (for no good reason)

Reported by: barracuda156 Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: Cc: catap (Kirill A. Korinsky), Schamschula (Marius Schamschula)
Port: octave

Description

Error: Failed to configure octave: hdf5 must be installed without +mpich.

The problem is that other ports may require hdf5 +mpich. Can it be allowed?

Change History (3)

comment:1 Changed 8 weeks ago by barracuda156

In fact what portfile claims is apparently just wrong or at least not the case anymore. Commenting out the following chunk fixes configure:

# foreach mpi {mpich mpich_devel openmpi openmpi_devel} {
#     require_active_variants hdf5 "" ${mpi}
# }

comment:2 Changed 8 weeks ago by barracuda156

Summary: octave does not allow building against hdf5 +mpichoctave does not allow building against hdf5 +mpich (for no good reason)

comment:3 Changed 8 weeks ago by barracuda156

Resolution: fixed
Status: assignedclosed

In b21247f96b73b53e5f72497adb0750aff0d18b23/macports-ports (master):

octave: allow hdf5 +mpich

Closes: #69574

Note: See TracTickets for help on using tickets.