public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rocwmma] epel10: change cmake install location
Date: Sun, 14 Jun 2026 12:45:59 GMT	[thread overview]
Message-ID: <178144115979.1.18164818489043097350.rpms-rocwmma-1dbf3cf56f4e@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-06-14 12:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178144115979.1.18164818489043097350.rpms-rocwmma-1dbf3cf56f4e@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox