openmpi: update to 5.0.4.
This commit is contained in:
parent
11e5453a8a
commit
b8ba46792b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openmpi'
|
||||
pkgname=openmpi
|
||||
version=5.0.3
|
||||
version=5.0.4
|
||||
revision=1
|
||||
# OpenMPI >= 5 is 64-bit only
|
||||
archs="x86_64* aarch64* ppc64* riscv64*"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://www.open-mpi.org/"
|
||||
distfiles="https://download.open-mpi.org/release/open-mpi/v${version%.*}/openmpi-${version}.tar.bz2"
|
||||
checksum=990582f206b3ab32e938aa31bbf07c639368e4405dca196fabe7f0f76eeda90b
|
||||
checksum=64526852cdd88b2d30e022087c16ab3e03806c451b10cd691d5c1ac887d8ef9d
|
||||
lib32disabled=yes
|
||||
|
||||
if [ "${CROSS_BUILD}" ]; then
|
||||
|
@ -38,6 +38,10 @@ pre_configure() {
|
|||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
# Avoid a conflict with PuTTY's pterm executable
|
||||
mv "${DESTDIR}"/usr/bin/{,prrte-}pterm
|
||||
mv "${DESTDIR}"/usr/share/man/man1/{,prrte-}pterm.1
|
||||
}
|
||||
|
||||
libopenmpi_package() {
|
||||
|
|
Loading…
Reference in New Issue