trilinos: specify superlu-dist version dependency
This commit is contained in:
parent
5fe531050c
commit
0e04e65ae0
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ class Trilinos(Package):
|
|||
# work at the end. But let's avoid all this by simply using shared libs
|
||||
depends_on('mumps@5.0:+mpi+shared', when='+mumps')
|
||||
depends_on('scalapack', when='+mumps')
|
||||
depends_on('superlu-dist', when='+superlu-dist')
|
||||
depends_on('superlu-dist@:4.3', when='@:12.6.1+superlu-dist')
|
||||
depends_on('superlu-dist', when='@12.6.2:+superlu-dist')
|
||||
depends_on('hypre~internal-superlu', when='+hypre')
|
||||
depends_on('hdf5+mpi', when='+hdf5')
|
||||
depends_on('python', when='+python')
|
||||
|
|
Loading…
Reference in a new issue