]> https://gitweb.dealii.org/ - candi.git/commitdiff
deal.II: allows to build Trilinos 11 or 12
authorUwe Köcher <koecher@hsu-hamburg.de>
Thu, 22 Oct 2015 18:28:19 +0000 (20:28 +0200)
committerUwe Köcher <koecher@hsu-hamburg.de>
Thu, 22 Oct 2015 18:28:19 +0000 (20:28 +0200)
deal.II/packages/trilinos.package
deal.II/platforms/supported/fedora22.platform
project-deal.II.cfg

index d82788e8042de94b4eb8a938f3839618e85f2ed9..d6a4c924194cd2f28529df8472d907846ee8d30a 100644 (file)
@@ -1,9 +1,18 @@
-VERSION=12.2.1
+if [ ${TRILINOS_MAJOR_VERSION} = "11" ]; then
+  SOURCE=https://trilinos.org/oldsite/download/files/
+  VERSION=11.6.2
+  CHECKSUM=15ea6af5559f872919ff19fe5a322eb6
+fi
+
+if [ ${TRILINOS_MAJOR_VERSION} = "12" ]; then
+  SOURCE=http://trilinos.csbsju.edu/download/files/
+  VERSION=12.2.1
+  CHECKSUM=760f14cbce482b4b9a41d1c18297b531
+fi
+
 NAME=trilinos-${VERSION}-Source
-SOURCE=http://trilinos.csbsju.edu/download/files/
 PACKING=.tar.bz2
 DOWNLOADER=curl
-CHECKSUM=760f14cbce482b4b9a41d1c18297b531
 BUILDCHAIN=cmake
 
 #########################################################################
index 1fc73b7aface757a86bd73a127e6b0488be06058..20e6c2654602d14a361b24b0e895aba86f99528e 100644 (file)
@@ -35,4 +35,3 @@ once:petsc
 once:slepc
 dealii
 )
-
index 7e12ea47577127631fc77eea3e0364562fefc46d..9ce6ebe661ecff2ccc48a1aefd3b31ad0680e822 100644 (file)
@@ -72,6 +72,11 @@ fi
 
 #########################################################################
 
+# If you want to use Trilions, decide if you want v11.x.x or v12.x.x
+TRILINOS_MAJOR_VERSION=12
+
+#########################################################################
+
 # Do you want to use MKL?
 MKL=OFF
 # MKL_DIR=

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.