mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +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
|
||||
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue