From 350805de1b9dda28a31894ad398bb8c706716c93 Mon Sep 17 00:00:00 2001
From: Marty Kandes <mkandes@sdsc.edu>
Date: Fri, 9 Apr 2021 22:25:21 +0000
Subject: [PATCH] Remove --without-verbs from
 Singularity.ubuntu-18.04-openmpi-3.1.6

---
 definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6 b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6
index a03fe27..45a5562 100644
--- a/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6
+++ b/definition-files/ubuntu/Singularity.ubuntu-18.04-openmpi-3.1.6
@@ -111,7 +111,7 @@ From: mkandes/naked-singularity:ubuntu-18.04
     wget "${OMPI_ROOT_URL}/v${OMPI_MAJOR}.${OMPI_MINOR}/openmpi-${OMPI_VERSION}.tar.gz"
     tar -xf "openmpi-${OMPI_VERSION}.tar.gz"
     cd "openmpi-${OMPI_VERSION}"
-    ./configure --prefix="${OMPI_INSTALL_DIR}" --without-verbs
+    ./configure --prefix="${OMPI_INSTALL_DIR}"
     make all install
 
     cd /tmp
-- 
GitLab