Add davydden as a maintainer to a couple of packages (#5284)
This commit is contained in:
parent
dec6b609d8
commit
7f454bbd3d
5 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,8 @@ class Astyle(MakefilePackage):
|
|||
homepage = "http://astyle.sourceforge.net/"
|
||||
url = "http://downloads.sourceforge.net/project/astyle/astyle/astyle%202.04/astyle_2.04_linux.tar.gz"
|
||||
|
||||
maintainers = ['davydden']
|
||||
|
||||
version('3.0.1', 'c301f09679efa2e1eb6e6b5fd33788b4')
|
||||
version('2.06', 'ff588e7fcede824591cf5b9085df109d')
|
||||
version('2.05.1', '4142d178047d7040da3e0e2f1b030a1a')
|
||||
|
|
|
@ -33,6 +33,8 @@ class Likwid(Package):
|
|||
homepage = "https://github.com/RRZE-HPC/likwid"
|
||||
url = "https://github.com/RRZE-HPC/likwid/archive/4.1.2.tar.gz"
|
||||
|
||||
maintainers = ['davydden']
|
||||
|
||||
version('4.1.2', 'a857ce5bd23e31d96e2963fe81cb38f0')
|
||||
|
||||
# NOTE: There is no way to use an externally provided hwloc with Likwid.
|
||||
|
|
|
@ -33,6 +33,8 @@ class Numdiff(AutotoolsPackage):
|
|||
homepage = 'https://www.nongnu.org/numdiff'
|
||||
url = 'http://nongnu.askapache.com/numdiff/numdiff-5.8.1.tar.gz'
|
||||
|
||||
maintainers = ['davydden']
|
||||
|
||||
version('5.9.0', '794461a7285d8b9b1f2c4a8149889ea6')
|
||||
version('5.8.1', 'a295eb391f6cb1578209fc6b4f9d994e')
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@ class P4est(AutotoolsPackage):
|
|||
homepage = "http://www.p4est.org"
|
||||
url = "http://p4est.github.io/release/p4est-1.1.tar.gz"
|
||||
|
||||
maintainers = ['davydden']
|
||||
|
||||
version('2.0', 'c522c5b69896aab39aa5a81399372a19a6b03fc6200d2d5d677d9a22fe31029a')
|
||||
version('1.1', '37ba7f4410958cfb38a2140339dbf64f')
|
||||
|
||||
|
|
|
@ -35,6 +35,8 @@ class Tethex(CMakePackage):
|
|||
homepage = "https://github.com/martemyev/tethex"
|
||||
url = "https://github.com/martemyev/tethex/archive/v0.0.7.tar.gz"
|
||||
|
||||
maintainers = ['davydden']
|
||||
|
||||
version('0.0.7', '6c9e4a18a6637deb4400c6d77ec03184')
|
||||
version('develop', git='https://github.com/martemyev/tethex.git')
|
||||
|
||||
|
|
Loading…
Reference in a new issue