Remove requiring hiop+shared in ExaGO. (#27141)
This commit is contained in:
parent
7cb3e9bf43
commit
b8d6351f80
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user