From: Uwe Köcher <koecher@hsu-hamburg.de>
Date: Wed, 7 Oct 2015 14:23:22 +0000 (+0200)
Subject: deal.II: petsc / MKL bug fix
X-Git-Tag: v0.7~12^2~2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6767462122271f4d12b536c82a42f54b7df24c0;p=candi.git

deal.II: petsc / MKL bug fix
---

diff --git a/deal.II/packages/petsc.package b/deal.II/packages/petsc.package
index 47da4d2..2bde64b 100644
--- a/deal.II/packages/petsc.package
+++ b/deal.II/packages/petsc.package
@@ -39,7 +39,7 @@ if [ "$F90" ]; then
     CONFOPTS="${CONFOPTS} F90=$F90"
 fi
 
-if [ ! -z "${MKL_DIR}"]
+if [ ! -z "${MKL_DIR}" ]; then
     CONFOPTS="${CONFOPTS} --with-blas-lapack-dir=${MKL_DIR}"
 fi