Skip to content

Commit

Permalink
add trilinos 15&16
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Jan 8, 2025
1 parent d0966e7 commit edb0263
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions deal.II-toolchain/packages/trilinos.package
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if [ ${TRILINOS_MAJOR_VERSION} = "AUTO" ]; then
fi

if [ ${TRILINOS_MAJOR_VERSION} = "DEV" ];then

# this is very much out of date
# download from github:
# this is the last "blessed" version we like:
VERSION=dbf41f3b26b0326a1377f219e6e07eab861d181e
Expand All @@ -19,6 +21,23 @@ if [ ${TRILINOS_MAJOR_VERSION} = "DEV" ];then
NAME=Trilinos.git
PACKING=git
SOURCE=https://github.com/trilinos/
elif [ ${TRILINOS_MAJOR_VERSION} = "16" ]; then

VERSION=16-0-0;CHECKSUM=e6d83f7980800a3aad1b7cab6b901fd5

SOURCE=https://github.com/trilinos/Trilinos/archive/
NAME=trilinos-release-${VERSION}
EXTRACTSTO=Trilinos-trilinos-release-${VERSION}
PACKING=.tar.gz
elif [ ${TRILINOS_MAJOR_VERSION} = "15" ]; then

# broken, at least with gcc 13.3, but we'll leave it here:
VERSION=15-1-1;CHECKSUM=99542eebbf2dadefdea7b6a21af68c89

SOURCE=https://github.com/trilinos/Trilinos/archive/
NAME=trilinos-release-${VERSION}
EXTRACTSTO=Trilinos-trilinos-release-${VERSION}
PACKING=.tar.gz
elif [ ${TRILINOS_MAJOR_VERSION} = "14" ]; then

VERSION=14-4-0;CHECKSUM=334f9c3700c72f6ed5658eaa783ffccd
Expand Down

0 comments on commit edb0263

Please sign in to comment.