xsdk: add/update maintainers to xsdk packages (#11146)

pumi
  slepc
  plasma
  magma
  trilinos
  alquimia
  pflotran
  strumpack
  tasmanian
  amrex
  hypre
  omega-h
  superlu-dist
This commit is contained in:
Satish Balay 2019-04-18 08:20:22 -05:00 committed by GitHub
parent 1dc3744d2c
commit 4571a96a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 25 additions and 4 deletions

View File

@ -13,6 +13,8 @@ class Alquimia(CMakePackage):
homepage = "https://github.com/LBL-EESA/alquimia-dev"
git = "https://github.com/LBL-EESA/alquimia-dev.git"
maintainers = ['smolins', 'balay']
version('develop')
version('xsdk-0.4.0', commit='2edad6733106142d014bb6e6a73c2b21d5e3cf2d')
version('xsdk-0.3.0', tag='xsdk-0.3.0')

View File

@ -14,6 +14,8 @@ class Amrex(CMakePackage):
homepage = "https://amrex-codes.github.io/amrex/"
git = "https://github.com/AMReX-Codes/amrex.git"
maintainers = ['mic84', 'asalmgren']
version('develop', branch='development')
version('18.10.1', commit='260b53169badaa760b91dfc60ea6b2ea3d9ccf06') # tag:18.10.1
version('18.10', commit='d37a266c38092e1174096e245326e9eead1f4e03') # tag:18.10

View File

@ -17,6 +17,8 @@ class Hypre(Package):
url = "https://github.com/LLNL/hypre/archive/v2.14.0.tar.gz"
git = "https://github.com/LLNL/hypre.git"
maintainers = ['ulrikeyang', 'balay']
version('develop', branch='master')
version('2.15.1', '877002d49f38b6a1434955baf79eff35')
version('2.15.0', '4645acc49141069cae1d53de96107a08')

View File

@ -15,6 +15,7 @@ class Magma(CMakePackage):
homepage = "http://icl.cs.utk.edu/magma/"
url = "http://icl.cs.utk.edu/projectsfiles/magma/downloads/magma-2.2.0.tar.gz"
maintainers = ['luszczek']
version('2.5.0', sha256='4fd45c7e46bd9d9124253e7838bbfb9e6003c64c2c67ffcff02e6c36d2bcfa33')
version('2.4.0', sha256='4eb839b1295405fd29c8a6f5b4ed578476010bf976af46573f80d1169f1f9a4f')

View File

@ -15,6 +15,8 @@ class OmegaH(CMakePackage):
url = "https://github.com/SNLComputation/omega_h/archive/v9.13.4.tar.gz"
git = "https://github.com/SNLComputation/omega_h.git"
maintainers = ['ibaned']
version('develop', branch='master')
version('9.22.2', sha256='ab5636be9dc171a514a7015df472bd85ab86fa257806b41696170842eabea37d')
version('9.19.1', sha256='60ef65c2957ce03ef9d1b995d842fb65c32c5659d064de002c071effe66b1b1f')

View File

@ -15,6 +15,8 @@ class Pflotran(AutotoolsPackage):
homepage = "http://www.pflotran.org"
git = "https://bitbucket.org/pflotran/pflotran.git"
maintainers = ['ghammond86', 'balay']
version('develop')
version('xsdk-0.4.0', commit='c851cbc94fc56a32cfdb0678f3c24b9936a5584e')
version('xsdk-0.3.0', branch='release/xsdk-0.3.0')

View File

@ -18,6 +18,7 @@ class Plasma(CMakePackage):
homepage = "https://bitbucket.org/icl/plasma/"
url = "https://bitbucket.org/icl/plasma/downloads/plasma-18.11.0.tar.gz"
hg = "https://luszczek@bitbucket.org/icl/plasma"
maintainers = ['luszczek']
version("develop", hg=hg)
version("18.11.1", sha256="0581cc8b1188932fd9c29bd258ffe2dc8fb26b1530c5dc3d91f8de369e44edbc")

View File

@ -19,6 +19,8 @@ class Pumi(CMakePackage):
homepage = "https://www.scorec.rpi.edu/pumi"
git = "https://github.com/SCOREC/core.git"
maintainers = ['cwsmith']
# We will use the scorec/core master branch as the 'nightly' version
# of pumi in spack. The master branch is more stable than the
# scorec/core develop branch and we perfer not to expose spack users

View File

@ -15,6 +15,8 @@ class Slepc(Package):
url = "http://slepc.upv.es/download/distrib/slepc-3.6.2.tar.gz"
git = "https://bitbucket.org/slepc/slepc.git"
maintainers = ['joseeroman', 'balay']
version('develop', branch='master')
version('3.11.0', 'bf29043c311fe2c549a25e2b0835095723a3eebc1dff288a233b32913b5762a2')
version('3.10.2', '0594972293f6586458a54b7c1e1121b311a9c9449060355d52bb3bf09ad6812b')

View File

@ -21,6 +21,8 @@ class Strumpack(CMakePackage):
url = "https://github.com/pghysels/STRUMPACK/archive/v3.0.3.tar.gz"
git = "https://github.com/pghysels/STRUMPACK.git"
maintainers = ['pghysels']
version('master', branch='master')
version('3.1.1', sha256='c1c3446ee023f7b24baa97b24907735e89ce4ae9f5ef516645dfe390165d1778')
version('3.1.0', sha256='b4f91b7d433955518b04538be1c726afc5de4bffb163e982ef8844d391b26fa7')

View File

@ -14,6 +14,8 @@ class SuperluDist(CMakePackage):
url = "https://github.com/xiaoyeli/superlu_dist/archive/v6.0.0.tar.gz"
git = "https://github.com/xiaoyeli/superlu_dist.git"
maintainers = ['xiaoye', 'gchavez2', 'balay']
version('develop', branch='master')
version('xsdk-0.2.0', tag='xsdk-0.2.0')
version('6.1.1', '35d25cff592c724439870444ed45e1d1d15ca2c65f02ccd4b83a6d3c9d220bd1')

View File

@ -15,6 +15,8 @@ class Tasmanian(CMakePackage):
url = 'https://github.com/ORNL/TASMANIAN/archive/v6.0.tar.gz'
git = 'https://github.com/ORNL/TASMANIAN.git'
maintainers = ['mkstoyanov']
version('develop', branch='master')
version('6.0', '43dcb1d2bcb2f2c829ad046d0e91e83d') # use for xsdk-0.4.0

View File

@ -28,7 +28,7 @@ class Trilinos(CMakePackage):
url = "https://github.com/trilinos/Trilinos/archive/trilinos-release-12-12-1.tar.gz"
git = "https://github.com/trilinos/Trilinos.git"
maintainers = ['aprokop']
maintainers = ['aprokop', 'keitat']
# ###################### Versions ##########################

View File

@ -15,11 +15,10 @@ class Xsdk(Package):
"""
homepage = "http://xsdk.info"
# Dummy url since Spack complains if I don't list something, will be
# removed when metapackage is available
url = 'http://ftp.mcs.anl.gov/pub/petsc/externalpackages/xsdk.tar.gz'
maintainers = ['balay', 'luszczek']
version('develop', 'a52dc710c744afa0b71429b8ec9425bc')
version('0.4.0', 'a52dc710c744afa0b71429b8ec9425bc')
version('0.3.0', 'a52dc710c744afa0b71429b8ec9425bc')