package/openmpi: bump to version 4.1.5

For change log, see:
https://github.com/open-mpi/ompi/blob/v4.1.5/NEWS#L61

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023.05.x
Julien Olivain 2023-02-28 21:27:20 +01:00 committed by Thomas Petazzoni
parent c6c79d6d40
commit bcf9d2f51c
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# From: https://www.open-mpi.org/software/ompi/v4.1/
md5 f057e12aabaf7dd5a6a658180fca404e openmpi-4.1.4.tar.bz2
sha1 357c61a8e06e103d987c0e4a054e8780a034c8b1 openmpi-4.1.4.tar.bz2
sha256 92912e175fd1234368c8730c03f4996fe5942e7479bb1d10059405e7f2b3930d openmpi-4.1.4.tar.bz2
md5 bb045df2d600744c2231c78b31a20da3 openmpi-4.1.5.tar.bz2
sha1 eba2e6f9ee0c39fbca0a8cf53a79c9ed29643284 openmpi-4.1.5.tar.bz2
sha256 a640986bc257389dd379886fdae6264c8cfa56bc98b71ce3ae3dfbd8ce61dbe3 openmpi-4.1.5.tar.bz2
# Locally computed
sha256 2db71de9577ebfe15c186605844c470dcecd3717f4ef0118c9440d801c0f58f8 LICENSE

View File

@ -5,7 +5,7 @@
################################################################################
OPENMPI_VERSION_MAJOR = 4.1
OPENMPI_VERSION = $(OPENMPI_VERSION_MAJOR).4
OPENMPI_VERSION = $(OPENMPI_VERSION_MAJOR).5
OPENMPI_SITE = https://www.open-mpi.org/software/ompi/v$(OPENMPI_VERSION_MAJOR)/downloads
OPENMPI_SOURCE = openmpi-$(OPENMPI_VERSION).tar.bz2
OPENMPI_LICENSE = BSD-3-Clause
@ -15,7 +15,7 @@ OPENMPI_INSTALL_STAGING = YES
# The macro searching for IME (Infinite Memory Engine) filesystem
# brings "-I/usr/local/include" in the CPPFLAGS, even if not
# found. This makes the configuration fail. See:
# https://github.com/open-mpi/ompi/blob/v4.1.4/config/ompi_check_ime.m4#L35
# https://github.com/open-mpi/ompi/blob/v4.1.5/config/ompi_check_ime.m4#L35
# Disable explicitly to avoid the issue.
OPENMPI_CONF_OPTS = --without-ime