From f1cbb9245b7534063637b4b9f630d641dca8f4b2 Mon Sep 17 00:00:00 2001
From: Tru Huynh <tru@pasteur.fr>
Date: Mon, 10 Mar 2025 16:08:09 +0100
Subject: [PATCH] missing openmpi in recipe

---
 Singularity | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Singularity b/Singularity
index 0bf009c..96321a1 100644
--- a/Singularity
+++ b/Singularity
@@ -5,7 +5,7 @@ FROM: debian:12
 
 apt-get update
 DEBIAN_FRONTEND=noninteractive \
-apt-get install -y wget cmake python3-numpy python3-setuptools doxygen swig cython3 software-properties-common git jq python3-pip
+apt-get install -y wget cmake python3-numpy python3-setuptools doxygen swig cython3 software-properties-common git jq python3-pip  openmpi-bin libopenmpi-dev
 
 mkdir /opt/cuda-toolkit
 cd /opt/cuda-toolkit
-- 
GitLab