Removing inactive maintainer (#38773)
This commit is contained in:
parent
757f8ae59c
commit
0ed6ff3823
@ -16,7 +16,7 @@ class Adios2(CMakePackage, CudaPackage):
|
|||||||
url = "https://github.com/ornladios/ADIOS2/archive/v2.8.0.tar.gz"
|
url = "https://github.com/ornladios/ADIOS2/archive/v2.8.0.tar.gz"
|
||||||
git = "https://github.com/ornladios/ADIOS2.git"
|
git = "https://github.com/ornladios/ADIOS2.git"
|
||||||
|
|
||||||
maintainers("ax3l", "chuckatkins", "vicentebolea", "williamfgc")
|
maintainers("ax3l", "vicentebolea", "williamfgc")
|
||||||
|
|
||||||
tags = ["e4s"]
|
tags = ["e4s"]
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ class Catalyst(CMakePackage):
|
|||||||
homepage = "http://www.paraview.org"
|
homepage = "http://www.paraview.org"
|
||||||
url = "https://www.paraview.org/files/v5.6/ParaView-v5.6.0.tar.xz"
|
url = "https://www.paraview.org/files/v5.6/ParaView-v5.6.0.tar.xz"
|
||||||
|
|
||||||
maintainers("chuckatkins", "danlipsa")
|
maintainers("danlipsa")
|
||||||
|
|
||||||
version("5.6.0", sha256="5b49cb96ab78eee0427e25200530ac892f9a3da7725109ce1790f8010cb5b377")
|
version("5.6.0", sha256="5b49cb96ab78eee0427e25200530ac892f9a3da7725109ce1790f8010cb5b377")
|
||||||
|
|
||||||
|
@ -19,7 +19,8 @@ class Cmake(Package):
|
|||||||
homepage = "https://www.cmake.org"
|
homepage = "https://www.cmake.org"
|
||||||
url = "https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.0.tar.gz"
|
url = "https://github.com/Kitware/CMake/releases/download/v3.19.0/cmake-3.19.0.tar.gz"
|
||||||
git = "https://gitlab.kitware.com/cmake/cmake.git"
|
git = "https://gitlab.kitware.com/cmake/cmake.git"
|
||||||
maintainers("chuckatkins")
|
|
||||||
|
maintainers("alalazo")
|
||||||
|
|
||||||
tags = ["build-tools", "windows"]
|
tags = ["build-tools", "windows"]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ class Margo(AutotoolsPackage):
|
|||||||
git = "https://github.com/mochi-hpc/mochi-margo.git"
|
git = "https://github.com/mochi-hpc/mochi-margo.git"
|
||||||
url = "https://github.com/mochi-hpc/mochi-margo/archive/v0.9.tar.gz"
|
url = "https://github.com/mochi-hpc/mochi-margo/archive/v0.9.tar.gz"
|
||||||
|
|
||||||
maintainers("carns", "mdorier", "fbudin69500", "chuckatkins")
|
maintainers("carns", "mdorier", "fbudin69500")
|
||||||
|
|
||||||
version("master", branch="master", deprecated=True)
|
version("master", branch="master", deprecated=True)
|
||||||
version(
|
version(
|
||||||
|
@ -13,7 +13,7 @@ class Mesa(MesonPackage):
|
|||||||
- a system for rendering interactive 3D graphics."""
|
- a system for rendering interactive 3D graphics."""
|
||||||
|
|
||||||
homepage = "https://www.mesa3d.org"
|
homepage = "https://www.mesa3d.org"
|
||||||
maintainers("chuckatkins", "v-dobrev")
|
maintainers("v-dobrev")
|
||||||
|
|
||||||
git = "https://gitlab.freedesktop.org/mesa/mesa.git"
|
git = "https://gitlab.freedesktop.org/mesa/mesa.git"
|
||||||
url = "https://archive.mesa3d.org/mesa-20.2.1.tar.xz"
|
url = "https://archive.mesa3d.org/mesa-20.2.1.tar.xz"
|
||||||
|
@ -13,7 +13,7 @@ class Mesa18(AutotoolsPackage):
|
|||||||
- a system for rendering interactive 3D graphics."""
|
- a system for rendering interactive 3D graphics."""
|
||||||
|
|
||||||
homepage = "https://www.mesa3d.org"
|
homepage = "https://www.mesa3d.org"
|
||||||
maintainers("v-dobrev", "chuckatkins", "ChristianTackeGSI")
|
maintainers("v-dobrev", "ChristianTackeGSI")
|
||||||
|
|
||||||
# Note that we always want to build from the git repo instead of a
|
# Note that we always want to build from the git repo instead of a
|
||||||
# tarball since the tarball has pre-generated files for certain versions
|
# tarball since the tarball has pre-generated files for certain versions
|
||||||
|
@ -14,7 +14,7 @@ class MochiMargo(AutotoolsPackage):
|
|||||||
git = "https://github.com/mochi-hpc/mochi-margo.git"
|
git = "https://github.com/mochi-hpc/mochi-margo.git"
|
||||||
url = "https://github.com/mochi-hpc/mochi-margo/archive/v0.9.tar.gz"
|
url = "https://github.com/mochi-hpc/mochi-margo/archive/v0.9.tar.gz"
|
||||||
|
|
||||||
maintainers("carns", "mdorier", "fbudin69500", "chuckatkins")
|
maintainers("carns", "mdorier", "fbudin69500")
|
||||||
|
|
||||||
version("main", branch="main")
|
version("main", branch="main")
|
||||||
version("0.14.0", sha256="ff0e3fa786630b63280606243c35f1ea3a25fa2ba6f08bf9065cab9fcc7fa1c7")
|
version("0.14.0", sha256="ff0e3fa786630b63280606243c35f1ea3a25fa2ba6f08bf9065cab9fcc7fa1c7")
|
||||||
|
Loading…
Reference in New Issue
Block a user