Compare commits
4 Commits
022a6e2a56
...
abb70b65fb
Author | SHA256 | Date | |
---|---|---|---|
abb70b65fb | |||
9bac2ce65f | |||
7cef1b43c3 | |||
4018b919e9 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ _buildconfig*
|
||||
_buildinfo*
|
||||
debian
|
||||
.osc
|
||||
changelog
|
||||
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Simplify removal of files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
|
@@ -90,7 +90,7 @@
|
||||
|
||||
Name: %{rocsolver_name}
|
||||
Version: %{rocm_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Next generation LAPACK implementation for ROCm platform
|
||||
URL: https://github.com/ROCm/rocSOLVER
|
||||
|
||||
@@ -288,9 +288,7 @@ fi
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
if [ -f %{buildroot}%{_prefix}/share/doc/rocsolver/LICENSE.md ]; then
|
||||
rm %{buildroot}%{_prefix}/share/doc/rocsolver/LICENSE.md
|
||||
fi
|
||||
rm -f %{buildroot}%{_prefix}/share/doc/rocsolver/LICENSE.md
|
||||
|
||||
%files
|
||||
%license LICENSE.md
|
||||
|
Reference in New Issue
Block a user