From ba79b495481e47b2774828f7b61f1e2bf76e6fa0 Mon Sep 17 00:00:00 2001
From: incardon <incardon@mpi-cbg.de>
Date: Sun, 25 Nov 2018 21:06:17 +0100
Subject: [PATCH] Update install_PETSC.sh

---
 script/install_PETSC.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/install_PETSC.sh b/script/install_PETSC.sh
index 50e5c04a9..1f6aab7b4 100755
--- a/script/install_PETSC.sh
+++ b/script/install_PETSC.sh
@@ -87,7 +87,7 @@ fi
 
 #### OK here we check if we can configure work with SUITESPARSE
 echo "Testing if PETSC work with SUITESPARSE"
-conigure_options2="$configure_options --with-suitesparse=yes --with-suitesparse-dir=$1/SUITESPARSE "
+configure_options2="$configure_options --with-suitesparse=yes --with-suitesparse-dir=$1/SUITESPARSE "
 test_configure_options    
 
 if [ $? -eq 0 ]; then
-- 
GitLab