From e2848753aa8b57f8af9d6dfa3c531a696d6e3cee Mon Sep 17 00:00:00 2001 From: AMD Toolchain Support <73240730+amd-toolchain-support@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:46:46 +0530 Subject: [PATCH 1/2] amduprof: Add v5.0 Co-authored-by: vijay kallesh --- .../builtin/packages/amduprof/package.py | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/var/spack/repos/builtin/packages/amduprof/package.py b/var/spack/repos/builtin/packages/amduprof/package.py index ffd9ba5ccadba8..dc9f4b7e9d2b30 100644 --- a/var/spack/repos/builtin/packages/amduprof/package.py +++ b/var/spack/repos/builtin/packages/amduprof/package.py @@ -16,16 +16,29 @@ class Amduprof(Package): understand the limiters of application performance and evaluate improvements.""" - homepage = "https://developer.amd.com/amd-uprof/" - url = f"file://{os.getcwd()}/AMDuProf_Linux_x64_4.2.850.tar.bz2" + homepage = "https://www.amd.com/en/developer/uprof.html" manual_download = True maintainers("amd-toolchain-support") - version("4.2.850", sha256="f2d7c4eb9ec9c32845ff8f19874c1e6bcb0fa8ab2c12e73addcbf23a6d1bd623") + version( + "5.0.1479", + sha256="065d24d9b84d2ef94ae8a360bf55c74a0f3fe9250b01cc7fb2642495028130d5", + url="file://{0}/AMDuProf_Linux_x64_5.0.1479.tar.bz2".format(os.getcwd()), + preferred=True, + ) + version( + "4.2.850", + sha256="f2d7c4eb9ec9c32845ff8f19874c1e6bcb0fa8ab2c12e73addcbf23a6d1bd623", + url="file://{0}/AMDuProf_Linux_x64_4.2.850.tar.bz2".format(os.getcwd()), + ) depends_on("binutils@2.27:", type="run") + # Licensing + license_required = True + license_url = "https://www.amd.com/en/developer/uprof/uprof-eula.html" + conflicts("platform=darwin") requires("target=x86_64:", msg="AMD uProf available only on x86_64") From cf6b5dd5dc689fbd744513fa8f54dc331e3d52bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:32:12 +0000 Subject: [PATCH 2/2] build(deps): bump sphinx from 7.4.7 to 8.1.3 in /lib/spack/docs Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/spack/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index e6a8fdfe064d33..3b841d4a6a7243 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.7 +sphinx==8.1.3 sphinxcontrib-programoutput==0.17 sphinx_design==0.6.1 sphinx-rtd-theme==3.0.1