forked from ROCm/rocsparse
Compare commits
1 Commits
python-tes
...
main
| Author | SHA256 | Date | |
|---|---|---|---|
| a153974aa2 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 21:45:10 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Improve handling of shared libraries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
-DBUILD_CLIENTS_TESTS_OPENMP=OFF \\\
|
||||
-DBUILD_FORTRAN_CLIENTS=OFF
|
||||
|
||||
Name: %{rocsparse_name}
|
||||
Name: rocsparse
|
||||
Version: %{rocm_version}
|
||||
Release: 8%{?dist}
|
||||
Summary: SPARSE implementation for ROCm
|
||||
@@ -145,7 +145,7 @@ BuildRequires: libomp-devel
|
||||
BuildRequires: rocblas-devel
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: gtest
|
||||
%else
|
||||
@@ -179,13 +179,19 @@ ROCm runtime and toolchains. rocSPARSE is created using
|
||||
the HIP programming language and optimized for AMD's
|
||||
latest discrete GPUs.
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%if 0%{?suse_version}
|
||||
%package -n %{rocsparse_name}
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n %{rocsparse_name}
|
||||
%{summary}
|
||||
|
||||
%ldconfig_scriptlets -n %{rocsparse_name}
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and headers for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Provides: rocsparse-devel = %{version}-%{release}
|
||||
Requires: %{rocsparse_name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
@@ -240,7 +246,7 @@ export LD_LIBRARY_PATH=%{_vpath_builddir}/library:$LD_LIBRARY_PATH
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files
|
||||
%files -n %{rocsparse_name}
|
||||
%license LICENSE.md
|
||||
%{_libdir}/librocsparse.so.1{,.*}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user