Skip to content

Commit

Permalink
Use the maintainers directive in all packages (spack#35201)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Feb 2, 2023
1 parent 9865a42 commit ddecf07
Show file tree
Hide file tree
Showing 1,493 changed files with 1,526 additions and 1,525 deletions.
6 changes: 6 additions & 0 deletions lib/spack/spack/test/cmd/maintainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def test_all(mock_packages, capfd):
"user2,",
"user3",
"py-extension1:",
"adamjstewart,",
"pradyunsg,",
"user1,",
"user2",
]
Expand All @@ -66,6 +68,10 @@ def test_all_by_user(mock_packages, capfd):
with capfd.disabled():
out = split(maintainers("--all", "--by-user"))
assert out == [
"adamjstewart:",
"py-extension1",
"pradyunsg:",
"py-extension1",
"user0:",
"maintainers-3",
"user1:",
Expand Down
2 changes: 1 addition & 1 deletion lib/spack/spack/test/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_error_on_anonymous_dependency(config, mock_packages):
[
("maintainers-1", ["user1", "user2"]),
# Reset from PythonPackage
("py-extension1", ["user1", "user2"]),
("py-extension1", ["adamjstewart", "pradyunsg", "user1", "user2"]),
# Extends maintainers-1
("maintainers-3", ["user0", "user1", "user2", "user3"]),
],
Expand Down
2 changes: 1 addition & 1 deletion lib/spack/spack/test/util/package_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class HasManyMetadataAttributes:
url = "https://example.com/foo.tar.gz"
git = "https://example.com/foo/bar.git"
maintainers = ["alice", "bob"]
maintainers("alice", "bob")
tags = ["foo", "bar", "baz"]
depends_on("foo")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class Maintainers2(Package):
homepage = "http://www.example.com"
url = "http://www.example.com/maintainers2-1.0.tar.gz"

maintainers = ["user2", "user3"]
maintainers("user2", "user3")

version("1.0", "0123456789abcdef0123456789abcdef")
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PyExtension1(PythonPackage):
homepage = "http://www.example.com"
url = "http://www.example.com/extension1-1.0.tar.gz"

maintainers = ["user1", "user2"]
maintainers("user1", "user2")

version("1.0", "00000000000000000000000000000110")
version("2.0", "00000000000000000000000000000120")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/abacus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Abacus(MakefilePackage):
for large-scale electronic-structure simulations
from first principles"""

maintainers = ["bitllion"]
maintainers("bitllion")

homepage = "http://abacus.ustc.edu.cn/"
git = "https://github.com/abacusmodeling/abacus-develop.git"
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/abseil-cpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AbseilCpp(CMakePackage):
homepage = "https://abseil.io/"
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz"

maintainers = ["jcftang"]
maintainers("jcftang")
tags = ["windows"]

version(
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/acfl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Acfl(Package):
homepage = "https://developer.arm.com/tools-and-software/server-and-hpc/arm-allinea-studio"
url = "https://developer.arm.com/-/media/Files/downloads/hpc/arm-compiler-for-linux/22-1/arm-compiler-for-linux_22.1_Ubuntu-20.04_aarch64.tar"

maintainers = ["annop-w"]
maintainers("annop-w")

# Build Versions: establish OS for URL
acfl_os = get_os()
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/acts-dd4hep/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ActsDd4hep(CMakePackage):
homepage = "https://github.com/acts-project/acts-dd4hep"
url = "https://github.com/acts-project/acts-dd4hep/archive/refs/tags/v1.0.0.tar.gz"

maintainers = ["HadrienG2", "wdconinc"]
maintainers("HadrienG2", "wdconinc")

version("1.0.1", sha256="e40f34ebc30b3c33a6802c9d94136e65072d8dcee0b7db57a645f08a64ea5334")
version("1.0.0", sha256="991f996944c88efa837880f919239e50d12c5c9361e220bc9422438dd608308c")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/acts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Acts(CMakePackage, CudaPackage):
homepage = "https://acts.web.cern.ch/ACTS/"
git = "https://github.com/acts-project/acts.git"
list_url = "https://github.com/acts-project/acts/releases/"
maintainers = ["HadrienG2"]
maintainers("HadrienG2")

tags = ["hep"]

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/actsvg/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Actsvg(CMakePackage):
list_url = "https://github.com/acts-project/actsvg/releases"
git = "https://github.com/acts-project/actsvg.git"

maintainers = ["HadrienG2", "wdconinc"]
maintainers("HadrienG2", "wdconinc")

version("0.4.26", sha256="a1dfad15b616cac8191a355c1a87544571c36349400e3de56b9e5be6fa73714c")

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/adiak/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Adiak(CMakePackage):
url = "https://github.com/LLNL/Adiak/releases/download/v0.1/adiak-v0.1.1.tar.gz"
git = "https://github.com/LLNL/Adiak"

maintainers = ["daboehme", "mplegendre"]
maintainers("daboehme", "mplegendre")

variant("mpi", default=True, description="Build with MPI support")
variant("shared", default=True, description="Build dynamic libraries")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/adios/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Adios(AutotoolsPackage):
url = "https://github.com/ornladios/ADIOS/archive/v1.12.0.tar.gz"
git = "https://github.com/ornladios/ADIOS.git"

maintainers = ["ax3l"]
maintainers("ax3l")

version("develop", branch="master")
version("1.13.1", sha256="b1c6949918f5e69f701cabfe5987c0b286793f1057d4690f04747852544e157b")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/adios2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Adios2(CMakePackage, CudaPackage):
url = "https://github.com/ornladios/ADIOS2/archive/v2.8.0.tar.gz"
git = "https://github.com/ornladios/ADIOS2.git"

maintainers = ["ax3l", "chuckatkins", "vicentebolea", "williamfgc"]
maintainers("ax3l", "chuckatkins", "vicentebolea", "williamfgc")

tags = ["e4s"]

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/adms/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Adms(AutotoolsPackage):
url = "https://github.com/Qucs/ADMS/releases/download/release-2.3.7/adms-2.3.7.tar.gz"
git = "https://github.com/Qucs/ADMS.git"

maintainers = ["cessenat"]
maintainers("cessenat")

version("master", branch="master")
version("2.3.7", sha256="3a78e1283ecdc3f356410474b3ff44c4dcc82cb89772087fd3bbde8a1038ce08")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/adol-c/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AdolC(AutotoolsPackage):
homepage = "https://github.com/coin-or/ADOL-C"
url = "https://github.com/coin-or/ADOL-C/archive/releases/2.7.2.tar.gz"
git = "https://github.com/coin-or/ADOL-C.git"
maintainers = ["jppelteret"]
maintainers("jppelteret")

version("master", branch="master")
version("2.7.2", sha256="701e0856baae91b98397960d5e0a87a549988de9d4002d0e9a56fa08f5455f6e")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/agile/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Agile(AutotoolsPackage):

tags = ["hep"]

maintainers = ["vvolkl"]
maintainers("vvolkl")

version("1.5.1", sha256="e38536300060e4b845ccaaed824c7495944f9117a0d7e4ee74a18bf278e2012f")

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/akantu/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Akantu(CMakePackage):
url = "https://gitlab.com/akantu/akantu/-/archive/v3.0.0/akantu-v3.0.0.tar.gz"
git = "https://gitlab.com/akantu/akantu.git"

maintainers = ["nrichart"]
maintainers("nrichart")

version("master", branch="master")
version("3.0.0", sha256="7e8f64e25956eba44def1b2d891f6db8ba824e4a82ff0d51d6b585b60ab465db")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/albany/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Albany(CMakePackage):
homepage = "http://gahansen.github.io/Albany"
git = "https://github.com/gahansen/Albany.git"

maintainers = ["gahansen"]
maintainers("gahansen")

version("develop", branch="master")

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/alpaka/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Alpaka(CMakePackage, CudaPackage):
url = "https://github.com/alpaka-group/alpaka/archive/refs/tags/0.6.0.tar.gz"
git = "https://github.com/alpaka-group/alpaka.git"

maintainers = ["vvolkl"]
maintainers("vvolkl")

version("develop", branch="develop")
version("0.8.0", sha256="e01bc377a7657d9a3e0c5f8d3f83dffbd7d0b830283c59efcbc1fb98cf88de43")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/alpgen/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Alpgen(CMakePackage, MakefilePackage):
homepage = "http://mlm.home.cern.ch/mlm/alpgen/"
url = "http://mlm.home.cern.ch/mlm/alpgen/V2.1/v214.tgz"

maintainers = ["iarspider"]
maintainers("iarspider")
tags = ["hep"]

version("2.1.4", sha256="2f43f7f526793fe5f81a3a3e1adeffe21b653a7f5851efc599ed69ea13985c5e")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/alquimia/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Alquimia(CMakePackage):
homepage = "https://github.com/LBL-EESA/alquimia-dev"
git = "https://github.com/LBL-EESA/alquimia-dev.git"

maintainers = ["smolins", "balay"]
maintainers("smolins", "balay")

version("develop")
version("1.0.10", commit="b2c11b6cde321f4a495ef9fcf267cb4c7a9858a0") # tag v.1.0.10
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/aluminum/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Aluminum(CMakePackage, CudaPackage, ROCmPackage):
git = "https://github.com/LLNL/Aluminum.git"
tags = ["ecp", "radiuss"]

maintainers = ["bvanessen"]
maintainers("bvanessen")

version("master", branch="master")
version("1.0.0-lbann", tag="v1.0.0-lbann")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amber/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Amber(Package, CudaPackage):
url = "file://{0}/Amber18.tar.bz2".format(os.getcwd())
manual_download = True

maintainers = ["hseara"]
maintainers("hseara")

version("20", sha256="a4c53639441c8cc85adee397933d07856cc4a723c82c6bea585cd76c197ead75")
version("18", sha256="2060897c0b11576082d523fb63a51ba701bc7519ff7be3d299d5ec56e8e6e277")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amd-aocl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AmdAocl(BundlePackage):

homepage = "https://developer.amd.com/amd-aocl/"

maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version("4.0")
version("3.2")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amdblis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Amdblis(BlisBase):
url = "https://github.com/amd/blis/archive/3.0.tar.gz"
git = "https://github.com/amd/blis.git"

maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version("4.0", sha256="cddd31176834a932753ac0fc4c76332868feab3e9ac607fa197d8b44c1e74a41")
version("3.2", sha256="5a400ee4fc324e224e12f73cc37b915a00f92b400443b15ce3350278ad46fff6")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amdfftw/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Amdfftw(FftwBase):
url = "https://github.com/amd/amd-fftw/archive/3.0.tar.gz"
git = "https://github.com/amd/amd-fftw.git"

maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version("4.0", sha256="5f02cb05f224bd86bd88ec6272b294c26dba3b1d22c7fb298745fd7b9d2271c0")
version("3.2", sha256="31cab17a93e03b5b606e88dd6116a1055b8f49542d7d0890dbfcca057087b8d0")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amdlibflame/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Amdlibflame(LibflameBase):
url = "https://github.com/amd/libflame/archive/3.0.tar.gz"
git = "https://github.com/amd/libflame.git"

maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version("4.0", sha256="bcb05763aa1df1e88f0da5e43ff86d956826cbea1d9c5ff591d78a3e091c66a4")
version("3.2", sha256="6b5337fb668b82d0ed0a4ab4b5af4e2f72e4cedbeeb4a8b6eb9a3ef057fb749a")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amdlibm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Amdlibm(SConsPackage):
homepage = "https://developer.amd.com/amd-aocl/amd-math-library-libm/"
git = "https://github.com/amd/aocl-libm-ose.git"
url = "https://github.com/amd/aocl-libm-ose/archive/refs/tags/3.0.tar.gz"
maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version("4.0", sha256="038c1eab544be77598eccda791b26553d3b9e2ee4ab3f5ad85fdd2a77d015a7d")
version("3.2", sha256="c75b287c38a3ce997066af1f5c8d2b19fc460d5e56678ea81f3ac33eb79ec890")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amdscalapack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Amdscalapack(ScalapackBase):
homepage = "https://developer.amd.com/amd-aocl/scalapack/"
git = "https://github.com/amd/scalapack.git"

maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version("4.0", sha256="f02913b5984597b22cdb9a36198ed61039a1bf130308e778dc31b2a7eb88b33b")
version("3.2", sha256="9e00979bb1be39d627bdacb01774bc043029840d542fafc934d16fec3e3b0892")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amgx/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Amgx(CMakePackage, CudaPackage):
homepage = "https://developer.nvidia.com/amgx"
url = "https://github.com/nvidia/amgx/archive/v2.1.0.tar.gz"

maintainers = ["js947"]
maintainers("js947")

version("2.1.0", sha256="6245112b768a1dc3486b2b3c049342e232eb6281a6021fffa8b20c11631f63cc")
version("2.0.1", sha256="6f9991f1836fbf4ba2114ce9f49febd0edc069a24f533bd94fd9aa9be72435a7")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/aml/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Aml(AutotoolsPackage):

homepage = "https://argo-aml.readthedocs.io/"

maintainers = ["perarnau"]
maintainers("perarnau")

test_requires_compiler = True

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/ampl/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Ampl(Package):
homepage = "https://ampl.com/"
manual_download = True

maintainers = ["robgics"]
maintainers("robgics")

# Use the version as you would expect the user to know it, not necessarily the
# version as it appears in the file name. To get the checksum, use sha256sum.
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/ampt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Ampt(MakefilePackage):
homepage = "http://myweb.ecu.edu/linz/ampt/"
url = "http://myweb.ecu.edu/linz/ampt/ampt-v1.26t9b-v2.26t9b.zip"

maintainers = ["vvolkl"]
maintainers("vvolkl")

tags = ["hep"]

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amqp-cpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AmqpCpp(CMakePackage):
git = "https://github.com/CopernicaMarketingSoftware/AMQP-CPP.git"
url = "https://github.com/CopernicaMarketingSoftware/AMQP-CPP/archive/refs/tags/v4.3.19.tar.gz"

maintainers = ["lpottier"]
maintainers("lpottier")

version("4.3.19", sha256="ca29bb349c498948576a4604bed5fd3c27d87240b271a4441ccf04ba3797b31d")

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amr-wind/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AmrWind(CMakePackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/Exawind/amr-wind"
git = "https://github.com/Exawind/amr-wind.git"

maintainers = ["jrood-nrel", "psakievich"]
maintainers("jrood-nrel", "psakievich")

tags = ["ecp", "ecp-apps"]

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amrex/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):

tags = ["ecp", "e4s"]

maintainers = ["WeiqunZhang", "asalmgren", "etpalmer63"]
maintainers("WeiqunZhang", "asalmgren", "etpalmer63")

version("develop", branch="development")
version("23.02", sha256="f443c5eb4b89f4a74bf0e1b8a5943da18ab81cdc76aff12e8282ca43ffd06412")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amrvis/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Amrvis(MakefilePackage):
homepage = "https://github.com/AMReX-Codes/Amrvis"
git = "https://github.com/AMReX-Codes/Amrvis.git"

maintainers = ["etpalmer63"]
maintainers("etpalmer63")

version("main", tag="main")

Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/anaconda2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Anaconda2(Package):
homepage = "https://www.anaconda.com"
url = "https://repo.anaconda.com/archive/Anaconda2-2019.10-Linux-x86_64.sh"

maintainers = ["ajkotobi"]
maintainers("ajkotobi")

version(
"2019.10",
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/anaconda3/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Anaconda3(Package):
homepage = "https://www.anaconda.com"
url = "https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh"

maintainers = ["ajkotobi"]
maintainers("ajkotobi")

version(
"2022.10",
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/andi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Andi(AutotoolsPackage):

homepage = "https://github.com/EvolBioInf/andi"
url = "https://github.com/EvolBioInf/andi/archive/v0.10.tar.gz"
maintainers = ["snehring"]
maintainers("snehring")

version("0.14", sha256="2c9e11524f38e74fe3f981e6acd9527c1a1ca30994a30c5e86808ba5165a25b7")
version("0.10", sha256="1ff371de0b6db4080e402ded2687947dc2d6913e28626edec21dcf5149489ee8")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/antimony/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Antimony(CMakePackage):
homepage = "http://antimony.sourceforge.net/"
url = "antimony"

maintainers = ["rblake-llnl"]
maintainers("rblake-llnl")

version("2.8", sha256="7e3e38706c074b72e241ac56ef4ce23e87ef8c718c70f29b2207f1847c43770f")
version("2.7", sha256="7ad181cac632282ae77ced09388dd92db87ea4683eed8c45f2b43861ae2acad4")
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/aocc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Aocc(Package):
family = "compiler"
homepage = "https://developer.amd.com/amd-aocc/"

maintainers = ["amd-toolchain-support"]
maintainers("amd-toolchain-support")

version(
ver="4.0.0",
Expand Down
Loading

0 comments on commit ddecf07

Please sign in to comment.