Remove requiring hiop+shared in ExaGO. (#27141)

This commit is contained in:
Cameron Rutherford 2021-11-09 02:35:10 -08:00 committed by GitHub
parent 7cb3e9bf43
commit b8d6351f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class Exago(CMakePackage, CudaPackage):
homepage = 'https://gitlab.pnnl.gov/exasgd/frameworks/exago'
git = 'https://gitlab.pnnl.gov/exasgd/frameworks/exago.git'
maintainers = ['ashermancinelli', 'CameronRutherford']
version('1.0.0', tag='v1.0.0')
version('0.99.2', tag='v0.99.2')
@ -48,7 +49,6 @@ class Exago(CMakePackage, CudaPackage):
depends_on('cmake@3.18:', type='build')
# HiOp dependency logic
depends_on('hiop+shared', when='+hiop')
depends_on('hiop+raja', when='+hiop+raja')
depends_on('hiop@0.3.99:', when='@0.99:+hiop')
depends_on('hiop+cuda', when='+hiop+cuda')