Opened 4 years ago

Closed 4 years ago

#59628 closed enhancement (fixed)

enable-parallel option hdf5

Reported by: FlorianCondamine Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: hdf5

Description

Dear,

I am trying to build HDF5 by using the command sudo port install hdf5. However I would like to build it with the --enable-parallel option. I tried several commands to do it but it does not work.

How can I do that ?

Thank you very much.

Best regards, Florian.

Change History (4)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

In the future, please add the port maintainer(s) to Cc (port info --maintainers hdf5), if any.

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Owner: set to mamoll
Status: newassigned
Version: 2.6.2

comment:3 Changed 4 years ago by reneeotten (Renee Otten)

You should select one of the mpi variants, that will from looking at the Portfie use --enable-parallel. You can see what variants are available by doing port info hdf5; install with one of the following variants mpich, mpich_devel, openmpi, or openmpi_devel, for example sudo port install hdf5 +mpich.

comment:4 Changed 4 years ago by mamoll (Mark Moll)

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