Open
Description
I am trying to build openPMD_api
with this command:
julia --color=yes build_tarballs.jl --debug --verbose --deploy=local x86_64-apple-darwin-julia_version+1.7.0-mpi+mpitrampoline
Although I am using mpi+mpitrampoline
, I find that $prefix/include/mpi.h
is from MPICH, not from MPItrampoline.
This is my build_tarballs.jl
.
Is there a mistake in my script?
The same setup is working fine for the package ADIOS2
. The main difference is that ADIOS2 does not depend on any other package that also depends on MPI. Maybe BinaryBuilder installs a wrong version of ADIOS2, one which depends on MPICH instead of MPItrampoline?