From 4dcdfafcf66046a84aa195a9a0f09d2fb977947e Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Thu, 2 Apr 2020 10:16:01 +0200
Subject: [PATCH] [opm] Update opm prerequisites

---
 bin/installexternal.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/installexternal.sh b/bin/installexternal.sh
index 245d0eaf74..9ffdbcb6ff 100755
--- a/bin/installexternal.sh
+++ b/bin/installexternal.sh
@@ -287,7 +287,7 @@ installOPM()
 
     # show some opm prerequisites
     echo "Maybe you also have to install the following packages (see the opm prerequisites at opm-project.org): "
-    echo "  BLAS, LAPACK, Boost, SuperLU, SuiteSparse"
+    echo "  BLAS, LAPACK, Boost, SuiteSparse, Zoltan"
 
     cd $TOPDIR
 }
-- 
GitLab