summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/hipsparse
diff options
context:
space:
mode:
authorSreenivasa Murthy Kolam <67086238+srekolam@users.noreply.github.com>2022-01-06 13:24:00 -0800
committerGitHub <noreply@github.com>2022-01-06 13:24:00 -0800
commit94bd667ba6436f2c2bcb46d17b20e790547418b0 (patch)
tree24beb6dd4cd101c5c8123ba1ff487acc830a8739 /var/spack/repos/builtin/packages/hipsparse
parent186730a2843da9730cc819b71a2668f9969e2176 (diff)
downloadspack-94bd667ba6436f2c2bcb46d17b20e790547418b0.tar.gz
spack-94bd667ba6436f2c2bcb46d17b20e790547418b0.tar.bz2
spack-94bd667ba6436f2c2bcb46d17b20e790547418b0.tar.xz
spack-94bd667ba6436f2c2bcb46d17b20e790547418b0.zip
Update the rocm recipes for 4.5.0 release (#27535)
* rocm recipes updates for 4.5.0 * update to rocm recipes for 4.5.0 release * updates to the rocm recipes for rocm-4.5.0 release * fix style errors * update to rocm-validation-suite for rocm-4.5.0 release * bump up rccl recipe for rocm-4.5.0 * bump up version for rdc for rocm-4.5.0 * update miopengemm, miopen-opencl,rocm-opencl recipes for 4.5.0 release * bump up version for mivisiox for rocm-4.5.0 release * update the rocm-validation-suite recipe * no need to change the perl path for 4.5.0 * fix the build failure with the recent change made for hip package * modify checksum for the llvm-amdgpu for 4.5.0 * fix the build issue aftere recent changes made for enabling test * fix the build issue with 4.5.0 * add new recipe for hipsolver * address review comments
Diffstat (limited to 'var/spack/repos/builtin/packages/hipsparse')
-rw-r--r--var/spack/repos/builtin/packages/hipsparse/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/hipsparse/package.py b/var/spack/repos/builtin/packages/hipsparse/package.py
index 4105c09fd9..e763fa22f7 100644
--- a/var/spack/repos/builtin/packages/hipsparse/package.py
+++ b/var/spack/repos/builtin/packages/hipsparse/package.py
@@ -16,6 +16,7 @@ class Hipsparse(CMakePackage):
maintainers = ['srekolam', 'arjun-raj-kuppala', 'haampie']
+ version('4.5.0', sha256='1049c490fc2008d701a16d14e11004e3bc5b4da993aa48b117e3c44be5677e3c')
version('4.3.1', sha256='e5757b5213b880237ae0f24616088f79c449c2955cf2133642dbbc9c655f4691')
version('4.3.0', sha256='194fbd589ce34471f3255f71ea5fca2d27bee47a464558a86d0713b4d26237ea')
version('4.2.0', sha256='cdedf3766c10200d3ebabe86cbb9c0fe6504e4b3317dccca289327d7c189bb3f')
@@ -33,13 +34,12 @@ class Hipsparse(CMakePackage):
depends_on('git', type='build')
for ver in ['3.5.0', '3.7.0', '3.8.0', '3.9.0', '3.10.0', '4.0.0', '4.1.0',
- '4.2.0', '4.3.0', '4.3.1']:
+ '4.2.0', '4.3.0', '4.3.1', '4.5.0']:
depends_on('rocm-cmake@' + ver, type='build', when='@' + ver)
depends_on('hip@' + ver, when='@' + ver)
depends_on('rocsparse@' + ver, when='@' + ver)
-
for ver in ['3.8.0', '3.9.0', '3.10.0', '4.0.0', '4.1.0', '4.2.0',
- '4.3.0', '4.3.1']:
+ '4.3.0', '4.3.1', '4.5.0']:
depends_on('rocprim@' + ver, when='@' + ver)
patch('e79985dccde22d826aceb3badfc643a3227979d2.patch', when='@3.5.0')