public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocwmma] epel10: change cmake install location
@ 2026-06-14 12:45 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-14 12:45 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rocwmma
            Branch : epel10
            Commit : 1dbf3cf56f4e3c8a07663bdea7488124ea45e706
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-17T09:25:03-08:00
            Stats  : +6/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocwmma/c/1dbf3cf56f4e3c8a07663bdea7488124ea45e706?branch=epel10

            Log:
            change cmake install location

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/rocwmma.spec b/rocwmma.spec
index 5ced157..c0afb96 100644
--- a/rocwmma.spec
+++ b/rocwmma.spec
@@ -76,7 +76,7 @@
 
 Name:           rocwmma%{pkg_suffix}
 Version:        %{rocm_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        ROCm Matrix Multiple and Accumulate library
 Url:            https://github.com/ROCm/%{upstreamname}
 License:        MIT
@@ -188,7 +188,7 @@ fi
     -DCMAKE_CXX_COMPILER=%rocmllvm_bindir/amdclang++ \
     -DCMAKE_CXX_FLAGS="-O2 -I%{pkg_prefix}/include" \
     -DCMAKE_EXE_LINKER_FLAGS="-L%{pkg_prefix}/%{pkg_libdir} -lamdhip64" \
-    -DCMAKE_INSTALL_LIBDIR=%{pkg_libdir} \
+    -DCMAKE_INSTALL_LIBDIR=share \
     -DCMAKE_INSTALL_PREFIX=%{pkg_prefix} \
     -DGPU_TARGETS=%{gpu_list} \
     -DROCM_SYMLINK_LIBS=OFF \
@@ -212,7 +212,7 @@ rm -f %{buildroot}%{pkg_prefix}/bin/rocwmma/*.cmake
 %files devel
 %license LICENSE.md
 %{pkg_prefix}/include/rocwmma
-%{pkg_prefix}/%{pkg_libdir}/cmake/rocwmma
+%{pkg_prefix}/share/cmake/rocwmma
 
 %if %{with test}
 %files test
@@ -221,6 +221,9 @@ rm -f %{buildroot}%{pkg_prefix}/bin/rocwmma/*.cmake
 %endif
 
 %changelog
+* Mon Feb 16 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Change cmake install location
+
 * Tue Jan 27 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
 - Update to 7.2.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-14 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 12:45 [rpms/rocwmma] epel10: change cmake install location Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox