Add Maintainer (#6575)

Add myself as maintainer to the packages we contributed
and/or maintain the mainline from.
This commit is contained in:
Axel Huebl 2017-12-05 22:27:56 +01:00 committed by Christoph Junghans
parent 67d7f3fc03
commit 9e64fa53ed
15 changed files with 15 additions and 0 deletions

View file

@ -3,6 +3,7 @@ Adam Moody <moody20@llnl.gov> Adam T. Moody
Alfredo Gimenez <gimenez1@llnl.gov> Alfredo Gimenez <alfredo.gimenez@gmail.com>
Alfredo Gimenez <gimenez1@llnl.gov> Alfredo Adolfo Gimenez <alfredo.gimenez@gmail.com>
Andrew Williams <williamsa89@cardiff.ac.uk> Andrew Williams <andrew@alshain.org.uk>
Axel Huebl <a.huebl@hzdr.de> Axel Huebl <axel.huebl@plasma.ninja>
Ben Boeckel <ben.boeckel@kitware.com> Ben Boeckel <mathstuf@gmail.com>
Ben Boeckel <ben.boeckel@kitware.com> Ben Boeckel <mathstuf@users.noreply.github.com>
Benedikt Hegner <hegner@cern.ch> Benedikt Hegner <benedikt.hegner@cern.ch>

View file

@ -34,6 +34,7 @@ class Adios(AutotoolsPackage):
homepage = "http://www.olcf.ornl.gov/center-projects/adios/"
url = "https://github.com/ornladios/ADIOS/archive/v1.12.0.tar.gz"
maintainers = ['ax3l']
version('develop', git='https://github.com/ornladios/ADIOS.git',
branch='master')

View file

@ -30,6 +30,7 @@ class Adios2(CMakePackage):
homepage = "https://www.olcf.ornl.gov/center-projects/adios/"
url = "https://github.com/ornladios/ADIOS2/archive/v2.0.0.tar.gz"
maintainers = ['ax3l']
version('develop', branch='master',
git='https://github.com/ornladios/ADIOS2.git')

View file

@ -36,6 +36,7 @@ class CudaMemtest(CMakePackage):
homepage = "https://github.com/ComputationalRadiationPhysics/cuda_memtest"
url = "https://github.com/ComputationalRadiationPhysics/cuda_memtest.git"
maintainers = ['ax3l']
version('master', branch='dev',
git='https://github.com/ComputationalRadiationPhysics/cuda_memtest.git')

View file

@ -30,6 +30,7 @@ class Gearshifft(CMakePackage):
homepage = "https://github.com/mpicbg-scicomp/gearshifft"
url = "https://github.com/mpicbg-scicomp/gearshifft/archive/v0.2.0.tar.gz"
maintainers = ['ax3l']
version('0.2.1-lw', 'c3208b767b24255b488a83e5d9e517ea')

View file

@ -30,6 +30,7 @@ class IsaacServer(CMakePackage):
homepage = "http://computationalradiationphysics.github.io/isaac/"
url = "https://github.com/ComputationalRadiationPhysics/isaac/archive/v1.3.0.tar.gz"
maintainers = ['ax3l']
version('develop', branch='dev',
git='https://github.com/ComputationalRadiationPhysics/isaac.git')

View file

@ -30,6 +30,7 @@ class Isaac(CMakePackage):
homepage = "http://computationalradiationphysics.github.io/isaac/"
url = "https://github.com/ComputationalRadiationPhysics/isaac/archive/v1.3.0.tar.gz"
maintainers = ['ax3l']
version('develop', branch='dev',
git='https://github.com/ComputationalRadiationPhysics/isaac.git')

View file

@ -31,6 +31,7 @@ class Jansson(CMakePackage):
homepage = "http://www.digip.org/jansson/"
url = "https://github.com/akheron/jansson/archive/v2.9.tar.gz"
maintainers = ['ax3l']
version('2.9', 'd2db25c437b359fc5a065ed938962237')

View file

@ -36,6 +36,7 @@ class Libsplash(CMakePackage):
homepage = "https://github.com/ComputationalRadiationPhysics/libSplash"
url = "https://github.com/ComputationalRadiationPhysics/libSplash/archive/v1.4.0.tar.gz"
maintainers = ['ax3l']
version('develop', branch='dev',
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')

View file

@ -30,6 +30,7 @@ class Libwebsockets(CMakePackage):
homepage = "https://github.com/warmcat/libwebsockets"
url = "https://github.com/warmcat/libwebsockets/archive/v2.1.0.tar.gz"
maintainers = ['ax3l']
version('2.2.1', '1f641cde2ab3687db3d553f68fe0f620')
version('2.1.1', '674684ffb90d4a0bcf7a075eb7b90192')

View file

@ -39,6 +39,7 @@ class Mallocmc(CMakePackage):
homepage = "https://github.com/ComputationalRadiationPhysics/mallocMC"
url = "https://github.com/ComputationalRadiationPhysics/mallocMC/archive/2.2.0crp.tar.gz"
maintainers = ['ax3l']
version('develop', branch='dev',
git='https://github.com/ComputationalRadiationPhysics/mallocMC.git')

View file

@ -37,6 +37,7 @@ class Pngwriter(CMakePackage):
homepage = "http://pngwriter.sourceforge.net/"
url = "https://github.com/pngwriter/pngwriter/archive/0.5.6.tar.gz"
maintainers = ['ax3l']
version('develop', branch='dev',
git='https://github.com/pngwriter/pngwriter.git')

View file

@ -30,6 +30,7 @@ class Xsimd(CMakePackage):
homepage = "http://quantstack.net/xsimd"
url = "https://github.com/QuantStack/xsimd/archive/3.1.0.tar.gz"
maintainers = ['ax3l']
version('develop', branch='master',
git='https://github.com/QuantStack/xsimd.git')

View file

@ -30,6 +30,7 @@ class Xtensor(CMakePackage):
homepage = "http://quantstack.net/xtensor"
url = "https://github.com/QuantStack/xtensor/archive/0.13.1.tar.gz"
maintainers = ['ax3l']
version('develop', branch='master',
git='https://github.com/QuantStack/xtensor.git')

View file

@ -30,6 +30,7 @@ class Xtl(CMakePackage):
homepage = "https://github.com/QuantStack/xtl"
url = "https://github.com/QuantStack/xtl/archive/0.3.4.tar.gz"
maintainers = ['ax3l']
version('develop', branch='master',
git='https://github.com/QuantStack/xtl.git')