From: Pengfei Jia Date: Fri, 17 Mar 2023 01:27:38 +0000 (-0400) Subject: Only change I made X-Git-Tag: v9.5.1-r1~12^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9afd8cc0907a11496462b6f8b6cc3b36e7398e70;p=candi.git Only change I made --- diff --git a/deal.II-toolchain/packages/trilinos.package b/deal.II-toolchain/packages/trilinos.package index aa9a4cb..138c4f6 100644 --- a/deal.II-toolchain/packages/trilinos.package +++ b/deal.II-toolchain/packages/trilinos.package @@ -7,7 +7,7 @@ if [ -z "${TRILINOS_MAJOR_VERSION}" ]; then fi if [ ${TRILINOS_MAJOR_VERSION} = "AUTO" ]; then - TRILINOS_MAJOR_VERSION="13" + TRILINOS_MAJOR_VERSION="14" fi if [ ${TRILINOS_MAJOR_VERSION} = "DEV" ];then @@ -19,9 +19,8 @@ if [ ${TRILINOS_MAJOR_VERSION} = "DEV" ];then NAME=Trilinos.git PACKING=git SOURCE=https://github.com/trilinos/ -elif [ ${TRILINOS_MAJOR_VERSION} = "13" ]; then - VERSION=13-2-0 - CHECKSUM=099680cd3660dba5ec447ddc50a8406c +elif [ ${TRILINOS_MAJOR_VERSION} = "14" ]; then + VERSION=14-0-0 SOURCE=https://github.com/trilinos/Trilinos/archive/ NAME=trilinos-release-${VERSION}