Adding new Trilinos version and updating Nalu to utilize it. (#5552)

This commit is contained in:
Jon Rood
2017-09-29 15:31:15 -06:00
committed by Christoph Junghans
parent e1f33bd903
commit d19eb152c8
2 changed files with 6 additions and 3 deletions

View File

@@ -35,12 +35,14 @@ class Nalu(CMakePackage):
homepage = "https://github.com/NaluCFD/Nalu"
url = "https://github.com/NaluCFD/Nalu.git"
maintainers = ['jrood-nrel']
version('master',
git='https://github.com/NaluCFD/Nalu.git', branch='master')
# Currently Nalu only builds static libraries; To be fixed soon
depends_on('yaml-cpp+pic~shared')
depends_on('trilinos~shared+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost~superlu-dist+superlu+hdf5+zlib+pnetcdf@master')
depends_on('yaml-cpp+pic~shared@0.5.3:')
depends_on('trilinos~shared+exodus+tpetra+muelu+belos+ifpack2+amesos2+zoltan+stk+boost~superlu-dist+superlu+hdf5+zlib+pnetcdf+shards@master,12.12.1:')
def cmake_args(self):
spec = self.spec