Opened 2 years ago
Last modified 2 years ago
#66202 assigned defect
py39-h5py @3.7.0 Build failed without any MPI variant, + missing mpi4py dep
Reported by: | astroboylrx (Rixin Li) | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | py-h5py |
Description
Cannot install py39-h5py
and also other -h5py
ports because the build process cannot find mpi.h
. I also cannot find a way to add extra header/lib path. Setting environment variables CFLAGS
and LDFLAGS
do not have effects.
install py39-h5py +openmpi
also fails.
Attachments (2)
Change History (4)
Changed 2 years ago by astroboylrx (Rixin Li)
Changed 2 years ago by astroboylrx (Rixin Li)
Attachment: | main.2.log added |
---|
main log for building py39--h5py +openmpi
comment:1 Changed 2 years ago by astroboylrx (Rixin Li)
The current reason for the failure of py39-h5py
is the version of py39-mpi4py
. h5py
requires mpi4py==3.1.0
, however, py39-mpi4py
is 3.0.3.
comment:2 Changed 2 years ago by jmroot (Joshua Root)
Owner: | set to eborisch |
---|---|
Port: | py-h5py added; py39-h5py removed |
Status: | new → assigned |
Summary: | Build failed because "fatal error: 'mpi.h' file not found" → py39-h5py @3.7.0 Build failed without any MPI variant, + missing mpi4py dep |
Note: See
TracTickets for help on using
tickets.
main log for installing py39-h5py