exago: depend on petsc@3.16:3.16 when @1.3.0: (#30238)
* exago: depend on petsc@3.16.0:3.16.99 when @1.3.0: * Update var/spack/repos/builtin/packages/exago/package.py Co-authored-by: Cameron Rutherford <cameron.rutherford@me.com> * constrain petsc to @3.16.0:3.16 Co-authored-by: Cameron Rutherford <cameron.rutherford@me.com>
This commit is contained in:
parent
29d96633ee
commit
9633145374
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
|
|||
depends_on('hiop+mpi', when='+hiop+mpi')
|
||||
|
||||
depends_on('petsc@3.13:3.14', when='@:1.2.99')
|
||||
depends_on('petsc@3.16.0:', when='@1.3.0:')
|
||||
depends_on('petsc@3.16.0:3.16', when='@1.3.0:')
|
||||
depends_on('petsc~mpi', when='~mpi')
|
||||
|
||||
depends_on('ipopt', when='+ipopt')
|
||||
|
|
Loading…
Reference in a new issue