From 01ed20f475e96268dfe0b1fb9488d7bcfc206591 Mon Sep 17 00:00:00 2001
From: Sebastian Kinnewig <kinnewig@ifam.uni-hannover.de>
Date: Wed, 17 Jun 2020 15:59:35 +0200
Subject: [PATCH] remove exception for for trilinos 12-10-1

---
 deal.II-toolchain/platforms/supported/centos7.platform | 6 ------
 deal.II-toolchain/platforms/supported/debian9.platform | 6 ------
 deal.II-toolchain/platforms/supported/rhel7.platform   | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/deal.II-toolchain/platforms/supported/centos7.platform b/deal.II-toolchain/platforms/supported/centos7.platform
index 466df91..a68fde3 100644
--- a/deal.II-toolchain/platforms/supported/centos7.platform
+++ b/deal.II-toolchain/platforms/supported/centos7.platform
@@ -19,12 +19,6 @@
 # before you continue!
 ##
 
-# on centos 7 the candi installed parmetis 4.0.3 is not recognized correctly
-# for trilinos 12-10-1. We force to assume parmetis version 4.0.3.
-TRILINOS_PARMETIS_CONFOPTS="\
-    ${TRILINOS_PARMETIS_CONFOPTS} \
-    -D HAVE_PARMETIS_VERSION_4_0_3=ON"
-
 #
 # Define the additional packages for this platform.
 #PACKAGES="once:cmake ${PACKAGES}"
diff --git a/deal.II-toolchain/platforms/supported/debian9.platform b/deal.II-toolchain/platforms/supported/debian9.platform
index cac5086..900b196 100644
--- a/deal.II-toolchain/platforms/supported/debian9.platform
+++ b/deal.II-toolchain/platforms/supported/debian9.platform
@@ -12,12 +12,6 @@
 # Then reboot and run candi again.
 ##
 
-# on debian 9 the candi installed parmetis 4.0.3 is not recognized correctly
-# for trilinos 12-10-1. We force to assume parmetis version 4.0.3.
-TRILINOS_PARMETIS_CONFOPTS="\
-    ${TRILINOS_PARMETIS_CONFOPTS} \
-    -D HAVE_PARMETIS_VERSION_4_0_3=ON"
-
 #
 # Define the additional packages for this platform.
 #PACKAGES="once:cmake ${PACKAGES}"
diff --git a/deal.II-toolchain/platforms/supported/rhel7.platform b/deal.II-toolchain/platforms/supported/rhel7.platform
index 379c2ee..c9737cf 100644
--- a/deal.II-toolchain/platforms/supported/rhel7.platform
+++ b/deal.II-toolchain/platforms/supported/rhel7.platform
@@ -18,12 +18,6 @@
 # before you continue!
 ##
 
-# on rhel 7 the candi installed parmetis 4.0.3 is not recognized correctly
-# for trilinos 12-10-1. We force to assume parmetis version 4.0.3.
-TRILINOS_PARMETIS_CONFOPTS="\
-    ${TRILINOS_PARMETIS_CONFOPTS} \
-    -D HAVE_PARMETIS_VERSION_4_0_3=ON"
-
 #
 # Define the additional packages for this platform.
 #PACKAGES="once:cmake ${PACKAGES}"
-- 
2.39.5