rocm-gdb: add v6.0.2 (#42855)
This commit is contained in:
parent
48088ee24a
commit
93b8e771b6
1 changed files with 4 additions and 2 deletions
|
@ -12,12 +12,13 @@ class RocmGdb(AutotoolsPackage):
|
|||
based on GDB, the GNU source-level debugger."""
|
||||
|
||||
homepage = "https://github.com/ROCm/ROCgdb"
|
||||
url = "https://github.com/ROCm/ROCgdb/archive/rocm-6.0.0.tar.gz"
|
||||
url = "https://github.com/ROCm/ROCgdb/archive/rocm-6.0.2.tar.gz"
|
||||
tags = ["rocm"]
|
||||
|
||||
license("LGPL-2.0-or-later")
|
||||
|
||||
maintainers("srekolam", "renjithravindrankannath")
|
||||
version("6.0.2", sha256="69b7c3d63435e7d99088980498c68422e52b69244d10a3a62541633e733286e0")
|
||||
version("6.0.0", sha256="0db4ab32ca729e69688cdb238df274ce5cf58b5cb2538584662cca4358708c2b")
|
||||
version("5.7.1", sha256="5cd150b5796aea9d77efd43b89d30a34fa4125338179eb87c6053abcac9f3c62")
|
||||
version("5.7.0", sha256="94fba57b2f17b593de61f7593b404fabc00b054d38567be57d12cf7654b7969a")
|
||||
|
@ -64,11 +65,12 @@ class RocmGdb(AutotoolsPackage):
|
|||
"5.7.0",
|
||||
"5.7.1",
|
||||
"6.0.0",
|
||||
"6.0.2",
|
||||
]:
|
||||
depends_on(f"rocm-dbgapi@{ver}", type="link", when=f"@{ver}")
|
||||
depends_on(f"comgr@{ver}", type="link", when=f"@{ver}")
|
||||
|
||||
for ver in ["5.5.0", "5.5.1", "5.6.0", "5.6.1", "5.7.0", "5.7.1", "6.0.0"]:
|
||||
for ver in ["5.5.0", "5.5.1", "5.6.0", "5.6.1", "5.7.0", "5.7.1", "6.0.0", "6.0.2"]:
|
||||
depends_on(f"rocm-core@{ver}", when=f"@{ver}")
|
||||
|
||||
build_directory = "spack-build"
|
||||
|
|
Loading…
Reference in a new issue