FrontISTR: various updates to the package (#17089)
* Added maintainers * Refined dependencies * Changed git url
This commit is contained in:
parent
eca08c77e3
commit
ad18933ef4
1 changed files with 13 additions and 6 deletions
|
@ -11,18 +11,25 @@ class Frontistr(CMakePackage):
|
||||||
"""Open-Source Large-Scale Parallel FEM Program for
|
"""Open-Source Large-Scale Parallel FEM Program for
|
||||||
Nonlinear Structural Analysis"""
|
Nonlinear Structural Analysis"""
|
||||||
|
|
||||||
homepage = "https://github.com/FrontISTR/FrontISTR"
|
homepage = "https://www.frontistr.com/"
|
||||||
git = "https://github.com/FrontISTR/FrontISTR.git"
|
git = "https://gitlab.com/FrontISTR-Commons/FrontISTR.git"
|
||||||
|
maintainers = ['hiroshi.okuda', 'kgoto', 'morita', 'inagaki', 'michioga']
|
||||||
|
|
||||||
version('5.0', tag='v5.0')
|
version('5.0', tag='v5.0')
|
||||||
|
version('master', tag='master')
|
||||||
|
|
||||||
|
variant('build_type', default='RELEASE',
|
||||||
|
description='CMake build type',
|
||||||
|
values=('DEBUG', 'RELEASE'))
|
||||||
|
|
||||||
depends_on('mpi')
|
depends_on('mpi')
|
||||||
depends_on('revocap-refiner')
|
|
||||||
depends_on('revocap-coupler')
|
|
||||||
depends_on('blas')
|
depends_on('blas')
|
||||||
depends_on('metis')
|
depends_on('lapack')
|
||||||
depends_on('scalapack')
|
depends_on('scalapack')
|
||||||
depends_on('mumps +mpi')
|
depends_on('revocap-refiner')
|
||||||
|
# depends_on('revocap-coupler')
|
||||||
|
depends_on('metis')
|
||||||
|
depends_on('mumps')
|
||||||
depends_on('trilinos')
|
depends_on('trilinos')
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
|
|
Loading…
Reference in a new issue