From: Uwe Köcher Date: Tue, 20 Dec 2016 08:33:27 +0000 (+0100) Subject: Set new repository (github.com) source for trilinos; updates to v12.10.1 X-Git-Tag: v0.8.5~33^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521f1bcdb752014a094bff57b41f740f61c11184;p=candi.git Set new repository (github.com) source for trilinos; updates to v12.10.1 --- diff --git a/deal.II-toolchain/packages/trilinos.package b/deal.II-toolchain/packages/trilinos.package index da43522..76a8e13 100644 --- a/deal.II-toolchain/packages/trilinos.package +++ b/deal.II-toolchain/packages/trilinos.package @@ -3,14 +3,15 @@ if [ -z "${TRILINOS_MAJOR_VERSION}" ]; then fi if [ ${TRILINOS_MAJOR_VERSION} = "AUTO" ] || [ ${TRILINOS_MAJOR_VERSION} = "12" ]; then - SOURCE=http://trilinos.csbsju.edu/download/files/ - VERSION=12.4.2 - CHECKSUM=6256264c5c8bc47253dbb38eb6ba26d1 + VERSION=12-10-1 + CHECKSUM=40f28628b63310f9bd17c26d9ebe32b1 + + #VERSION=12-4-2 + #CHECKSUM=4c25a757d86bde3531090bd900a2cea8 elif [ ${TRILINOS_MAJOR_VERSION} = "11" ]; then - SOURCE=https://trilinos.org/oldsite/download/files/ - VERSION=11.14.3 - CHECKSUM=b6e5d6b71f6e554de220aeda51794ffb + VERSION=11-14-3 + CHECKSUM=dea62e57ebe51a886bee0b10a2176969 #Note: For Trilinos v11 we need to force SuperLUDist=OFF, # since only the deprecated SuperLUDist v3.3 together with an Amesos patch @@ -27,8 +28,11 @@ else exit fi -NAME=trilinos-${VERSION}-Source -PACKING=.tar.bz2 +SOURCE=https://github.com/trilinos/Trilinos/archive/ +NAME=trilinos-release-${VERSION} +EXTRACTSTO=Trilinos-trilinos-release-${VERSION} +PACKING=.tar.gz + BUILDCHAIN=cmake INSTALL_PATH=${INSTALL_PATH}/${NAME}