Updated slate package to use new git repo. Added maintainer. (#17165)
* Updated slate package to use new git repo. Added maintainer.
This commit is contained in:
parent
b73536b4ad
commit
844312f213
1 changed files with 3 additions and 4 deletions
|
@ -16,10 +16,10 @@ class Slate(Package):
|
||||||
solvers."""
|
solvers."""
|
||||||
|
|
||||||
homepage = "https://icl.utk.edu/slate/"
|
homepage = "https://icl.utk.edu/slate/"
|
||||||
hg = "https://bitbucket.org/icl/slate"
|
git = "https://bitbucket.org/icl/slate"
|
||||||
maintainers = ['G-Ragghianti']
|
maintainers = ['G-Ragghianti', 'mgates3']
|
||||||
|
|
||||||
version('develop', hg=hg)
|
version('develop', submodules=True)
|
||||||
|
|
||||||
variant('cuda', default=True, description='Build with CUDA support.')
|
variant('cuda', default=True, description='Build with CUDA support.')
|
||||||
variant('mpi', default=True, description='Build with MPI support.')
|
variant('mpi', default=True, description='Build with MPI support.')
|
||||||
|
@ -27,7 +27,6 @@ class Slate(Package):
|
||||||
|
|
||||||
depends_on('cuda@9:', when='+cuda')
|
depends_on('cuda@9:', when='+cuda')
|
||||||
depends_on('intel-mkl')
|
depends_on('intel-mkl')
|
||||||
depends_on('mercurial', type='build')
|
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
|
|
||||||
conflicts('%gcc@:5')
|
conflicts('%gcc@:5')
|
||||||
|
|
Loading…
Reference in a new issue