mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openmpi: allow build in riscv64-musl
This commit is contained in:
parent
c040826a1c
commit
dfa17fb994
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=openmpi
|
||||||
version=5.0.1
|
version=5.0.1
|
||||||
revision=1
|
revision=1
|
||||||
# OpenMPI >= 5 is 64-bit only
|
# OpenMPI >= 5 is 64-bit only
|
||||||
archs="x86_64* aarch64* ppc64* riscv64"
|
archs="x86_64* aarch64* ppc64* riscv64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-pmix=internal --with-prrte=internal \
|
configure_args="--enable-ipv6 --with-pmix=internal --with-prrte=internal \
|
||||||
--libdir=\${prefix}/lib${XBPS_TARGET_WORDSIZE} --sysconfdir=/etc/openmpi \
|
--libdir=\${prefix}/lib${XBPS_TARGET_WORDSIZE} --sysconfdir=/etc/openmpi \
|
||||||
|
|
Loading…
Add table
Reference in a new issue