From 0676a3060df8ecbfeb133b5dbc8728a1a0a25b04 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sat, 19 Jun 2021 14:26:51 -0400 Subject: [PATCH] on the master branch always use dev deal.II version it makes sense to test the latest deal.II master version on the candi master branch (in contrast to the 9.x branches) --- candi.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/candi.cfg b/candi.cfg index 67b6eb3..d0e75f9 100644 --- a/candi.cfg +++ b/candi.cfg @@ -79,8 +79,8 @@ PACKAGES="${PACKAGES} dealii" ######################################################################### -# Install the following deal.II version: -DEAL_II_VERSION=v9.2.0 +# Install the following deal.II version (choose master v9.3.0 ...) +DEAL_II_VERSION=master ######################################################################### -- 2.39.5