Compare commits
5 Commits
55a34cf0da
...
c00ebfd6d5
Author | SHA256 | Date | |
---|---|---|---|
c00ebfd6d5 | |||
642e311f88 | |||
048f4dd18e | |||
3413432f6f | |||
9416c41153 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ _buildconfig*
|
||||
_buildinfo*
|
||||
debian
|
||||
.osc
|
||||
changelog
|
||||
|
25
changelog
25
changelog
@@ -1,25 +0,0 @@
|
||||
* Sun Oct 22 2023 Tom Rix <trix@redhat.com> - 5.7.1-3
|
||||
- Change url
|
||||
- capitalize AND
|
||||
|
||||
* Sat Oct 21 2023 Tom Rix <trix@redhat.com> - 5.7.1-2
|
||||
- Fix so location
|
||||
- glob gpu family location
|
||||
|
||||
* Sun Oct 15 2023 Tom Rix <trix@redhat.com> - 5.7.1-1
|
||||
- Update to 5.7.1
|
||||
- Use rocm-rpm-macros
|
||||
|
||||
* Sat Oct 7 2023 Tom Rix <trix@redhat.com> - 5.7.0-1
|
||||
- Update to 5.7
|
||||
- Use WIP rocm-rpm-macros
|
||||
- Convert to environent modules
|
||||
|
||||
* Sun Oct 1 2023 Tom Rix <trix@redhat.com> - 5.6.0-2
|
||||
- Split the build into gpu families
|
||||
|
||||
* Sat Sep 23 2023 Tom Rix <trix@redhat.com> - 5.6.0-1
|
||||
- Update to 5.6
|
||||
|
||||
* Tue Jun 6 2023 Tom Rix <trix@redhat.com> - 5.5.1-1
|
||||
- Initial package
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Simplify file removal
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 00:00:00 UTC 2025 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@@ -132,7 +132,7 @@
|
||||
|
||||
Name: %{rocblas_name}
|
||||
Version: %{rocm_version}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: BLAS implementation for ROCm
|
||||
URL: https://github.com/ROCmSoftwarePlatform/%{upstreamname}
|
||||
License: BSD-3-Clause AND MIT
|
||||
@@ -303,9 +303,7 @@ fi
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
if [ -f %{buildroot}%{_prefix}/share/doc/rocblas/LICENSE.md ]; then
|
||||
rm %{buildroot}%{_prefix}/share/doc/rocblas/LICENSE.md
|
||||
fi
|
||||
rm -f %{buildroot}%{_prefix}/share/doc/rocblas/LICENSE.md
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
|
Reference in New Issue
Block a user