frontistr: add v5.1.1, need trilinos version 12 (#20334)

This commit is contained in:
h-denpo 2020-12-28 21:17:18 +09:00 committed by GitHub
parent e2dcec8e43
commit 680971650c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class Frontistr(CMakePackage):
git = "https://gitlab.com/FrontISTR-Commons/FrontISTR.git" git = "https://gitlab.com/FrontISTR-Commons/FrontISTR.git"
maintainers = ['hiroshi.okuda', 'kgoto', 'morita', 'inagaki', 'michioga'] maintainers = ['hiroshi.okuda', 'kgoto', 'morita', 'inagaki', 'michioga']
version('5.1.1', tag='v5.1.1')
version('5.1', tag='v5.1') version('5.1', tag='v5.1')
version('5.0', tag='v5.0') version('5.0', tag='v5.0')
version('master', tag='master') version('master', tag='master')
@ -31,7 +32,7 @@ class Frontistr(CMakePackage):
# depends_on('revocap-coupler') # depends_on('revocap-coupler')
depends_on('metis') depends_on('metis')
depends_on('mumps') depends_on('mumps')
depends_on('trilinos') depends_on('trilinos@:12.18.1')
def cmake_args(self): def cmake_args(self):
define = CMakePackage.define define = CMakePackage.define