openmpi: allow build in riscv64-musl

This commit is contained in:
John 2024-01-30 12:06:16 +01:00
parent c040826a1c
commit dfa17fb994

View file

@ -3,7 +3,7 @@ pkgname=openmpi
version=5.0.1
revision=1
# OpenMPI >= 5 is 64-bit only
archs="x86_64* aarch64* ppc64* riscv64"
archs="x86_64* aarch64* ppc64* riscv64*"
build_style=gnu-configure
configure_args="--enable-ipv6 --with-pmix=internal --with-prrte=internal \
--libdir=\${prefix}/lib${XBPS_TARGET_WORDSIZE} --sysconfdir=/etc/openmpi \