summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatish Balay <balay@mcs.anl.gov>2019-11-12 07:52:24 -0600
committerGitHub <noreply@github.com>2019-11-12 07:52:24 -0600
commitcbfdc85d2612ac4991a19fb86c1701284ec1e04f (patch)
treeaae452693d0797722f3bf14536e74cad7fd090f3
parent9e12b4e95ae4fe1bdb9d7ae77af7c90aed86f5fb (diff)
downloadspack-cbfdc85d2612ac4991a19fb86c1701284ec1e04f.tar.gz
spack-cbfdc85d2612ac4991a19fb86c1701284ec1e04f.tar.bz2
spack-cbfdc85d2612ac4991a19fb86c1701284ec1e04f.tar.xz
spack-cbfdc85d2612ac4991a19fb86c1701284ec1e04f.zip
trilinos: add version 12.18.1 with dtk-3.1 (#13690)
-rw-r--r--var/spack/repos/builtin/packages/trilinos/package.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/trilinos/package.py b/var/spack/repos/builtin/packages/trilinos/package.py
index db6621ed6b..f0653a4bb6 100644
--- a/var/spack/repos/builtin/packages/trilinos/package.py
+++ b/var/spack/repos/builtin/packages/trilinos/package.py
@@ -35,6 +35,7 @@ class Trilinos(CMakePackage):
version('xsdk-0.2.0', tag='xsdk-0.2.0')
version('develop', branch='develop')
version('master', branch='master')
+ version('12.18.1', commit='55a75997332636a28afc9db1aee4ae46fe8d93e7') # tag trilinos-release-12-8-1
version('12.14.1', sha256='52a4406cca2241f5eea8e166c2950471dd9478ad6741cbb2a7fc8225814616f0')
version('12.12.1', sha256='5474c5329c6309224a7e1726cf6f0d855025b2042959e4e2be2748bd6bb49e18')
version('12.10.1', sha256='ab81d917196ffbc21c4927d42df079dd94c83c1a08bda43fef2dd34d0c1a5512')
@@ -192,6 +193,12 @@ class Trilinos(CMakePackage):
when='+dtk @12.14.0:12.14.99')
resource(name='dtk',
git='https://github.com/ornl-cees/DataTransferKit.git',
+ commit='edfa050cd46e2274ab0a0b7558caca0079c2e4ca', # tag 3.1-rc1
+ placement='DataTransferKit',
+ submodules=True,
+ when='+dtk @12.18:12.18.99')
+ resource(name='dtk',
+ git='https://github.com/ornl-cees/DataTransferKit.git',
branch='master',
placement='DataTransferKit',
submodules=True,
@@ -255,7 +262,7 @@ class Trilinos(CMakePackage):
conflicts('+dtk', when='~teuchos')
conflicts('+dtk', when='~tpetra')
# Only allow DTK with Trilinos 12.14 and develop
- conflicts('+dtk', when='@0:12.12.99,12.16.0:99,master')
+ conflicts('+dtk', when='@0:12.12.99,master')
conflicts('+fortrilinos', when='~fortran')
conflicts('+fortrilinos', when='@:99')
conflicts('+fortrilinos', when='@master')