summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorh-denpo <57649496+h-denpo@users.noreply.github.com>2020-12-28 21:17:18 +0900
committerGitHub <noreply@github.com>2020-12-28 13:17:18 +0100
commit680971650c568f22d2f51eaab5eceac775f5bb8f (patch)
tree21d03541421cd65e6c75e76d6dd5c832312a3ff1 /var
parente2dcec8e432840b6d463c852497ec915bab5ea39 (diff)
downloadspack-680971650c568f22d2f51eaab5eceac775f5bb8f.tar.gz
spack-680971650c568f22d2f51eaab5eceac775f5bb8f.tar.bz2
spack-680971650c568f22d2f51eaab5eceac775f5bb8f.tar.xz
spack-680971650c568f22d2f51eaab5eceac775f5bb8f.zip
frontistr: add v5.1.1, need trilinos version 12 (#20334)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/frontistr/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/frontistr/package.py b/var/spack/repos/builtin/packages/frontistr/package.py
index e59da46324..9eee7a3ae5 100644
--- a/var/spack/repos/builtin/packages/frontistr/package.py
+++ b/var/spack/repos/builtin/packages/frontistr/package.py
@@ -15,6 +15,7 @@ class Frontistr(CMakePackage):
git = "https://gitlab.com/FrontISTR-Commons/FrontISTR.git"
maintainers = ['hiroshi.okuda', 'kgoto', 'morita', 'inagaki', 'michioga']
+ version('5.1.1', tag='v5.1.1')
version('5.1', tag='v5.1')
version('5.0', tag='v5.0')
version('master', tag='master')
@@ -31,7 +32,7 @@ class Frontistr(CMakePackage):
# depends_on('revocap-coupler')
depends_on('metis')
depends_on('mumps')
- depends_on('trilinos')
+ depends_on('trilinos@:12.18.1')
def cmake_args(self):
define = CMakePackage.define