[Buildroot] [git commit branch/2021.02.x] package/openmpi: drop unrecognized option

Peter Korsgaard peter at korsgaard.com
Sun Apr 4 20:03:34 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c550869195427d1ee081a0fa8f665a1d52415e78
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

--disable-vt has been dropped since version 2.0.0 and
https://github.com/open-mpi/ompi/commit/94190bf04b0877e878223a04c236443774e57ef2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 210ec9c0d8a32b6ad399898de978348de7c252c4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/openmpi/openmpi.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/openmpi/openmpi.mk b/package/openmpi/openmpi.mk
index b682e6e74e..8bdc3fa188 100644
--- a/package/openmpi/openmpi.mk
+++ b/package/openmpi/openmpi.mk
@@ -11,7 +11,6 @@ OPENMPI_SOURCE = openmpi-$(OPENMPI_VERSION).tar.bz2
 OPENMPI_LICENSE = BSD-3-Clause
 OPENMPI_LICENSE_FILES = LICENSE
 OPENMPI_INSTALL_STAGING = YES
-OPENMPI_CONF_OPTS = --disable-vt
 
 # Enabling Fortran support requires pre-seeding the configure script
 # with various values that cannot be guessed, so we provide cache


More information about the buildroot mailing list