Opened 5 years ago
Closed 5 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 5 years ago by mf2k (Frank Schima)
comment:2 Changed 5 years ago by mf2k (Frank Schima)
Owner: | set to mamoll |
---|---|
Status: | new → assigned |
Version: | 2.6.2 |
comment:3 Changed 5 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 5 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please add the port maintainer(s) to Cc (
port info --maintainers hdf5
), if any.