Update exawind openfast dependencies (#29884)
This commit is contained in:
parent
f2fc4ee9af
commit
4b3f6cede8
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ class AmrWind(CMakePackage, CudaPackage, ROCmPackage):
|
|||
depends_on('masa', when='+masa')
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('netcdf-c', when='+netcdf')
|
||||
depends_on('openfast+cxx', when='+openfast')
|
||||
depends_on('openfast+cxx@2.6.0:', when='+openfast')
|
||||
depends_on('py-matplotlib', when='+masa')
|
||||
depends_on('py-pandas', when='+masa')
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ class Exawind(CMakePackage):
|
|||
depends_on('tioga+shared~nodegid')
|
||||
depends_on('nalu-wind+hypre+openfast+tioga+wind-utils')
|
||||
depends_on('amr-wind+hypre+mpi+netcdf+openfast')
|
||||
depends_on('openfast+cxx+shared@2.6.0')
|
||||
depends_on('openfast+cxx+shared@2.6.0:')
|
||||
depends_on('yaml-cpp@0.6:')
|
||||
|
||||
def cmake_args(self):
|
||||
|
|
|
@ -57,7 +57,7 @@ class NaluWind(CMakePackage, CudaPackage):
|
|||
# Cannot build Trilinos as a shared library with STK on Darwin
|
||||
# https://github.com/trilinos/Trilinos/issues/2994
|
||||
depends_on('trilinos~shared', when=(sys.platform == 'darwin'))
|
||||
depends_on('openfast@2.6.0 +cxx', when='+openfast')
|
||||
depends_on('openfast@2.6.0: +cxx', when='+openfast')
|
||||
depends_on('tioga@master:', when='+tioga')
|
||||
depends_on('hypre@2.18.2: ~int64+mpi~superlu-dist', when='+hypre')
|
||||
depends_on('kokkos-nvcc-wrapper', type='build', when='+cuda')
|
||||
|
|
Loading…
Reference in a new issue