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/rocm-rpp] epel10: Fix removing third_party
Date: Fri, 12 Jun 2026 22:34:57 GMT	[thread overview]
Message-ID: <178130369761.1.16358185391697150369.rpms-rocm-rpp-a8ed9e6f8c5a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocm-rpp
            Branch : epel10
            Commit : a8ed9e6f8c5a6e6f0bde2b90a999db065c9d9a34
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-02-20T10:05:27-08:00
            Stats  : +8/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocm-rpp/c/a8ed9e6f8c5a6e6f0bde2b90a999db065c9d9a34?branch=epel10

            Log:
            Fix removing third_party

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

---
diff --git a/rocm-rpp.spec b/rocm-rpp.spec
index 73a89ec..d84a276 100644
--- a/rocm-rpp.spec
+++ b/rocm-rpp.spec
@@ -42,7 +42,7 @@
 %global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/' -e 's/-mtls-dialect=gnu2//')
 
 # Compression type and level for source/binary package payloads.
-#  "w7T0.xzdio"	xz level 7 using %%{getncpus} threads
+#  "w7T0.xzdio" xz level 7 using %%{getncpus} threads
 %global _source_payload w7T0.xzdio
 %global _binary_payload w7T0.xzdio
 
@@ -62,7 +62,7 @@
 
 Name:           rocm-rpp%{pkg_suffix}
 Version:        %{rocm_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        ROCm Performace Primatives for computer vision
 Url:            https://github.com/ROCm/%{upstreamname}
 License:        MIT AND Apache-2.0 AND LicenseRef-Fedora-Public-Domain
@@ -138,7 +138,9 @@ sed -i -e '/COMPONENT test/d' CMakeLists.txt
 
 # Remove third_party libs
 # https://github.com/ROCm/rpp/issues/602
-rm -rf libs/third_party
+rm -rf third_party
+# with third_party removed, no license file to install
+sed -i -e '/CPACK_RESOURCE_FILE_FFTS_LICENSE/d' CMakeLists.txt
 
 # Problems building mivsionx
 # CMake Error at /usr/lib64/cmake/rpp/rpp-config.cmake:28 (message):
@@ -197,6 +199,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rpp/LICENSE
 %endif
 
 %changelog
+* Fri Feb 20 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- Fix removing third_party
+
 * Fri Jan 30 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
 - Update to 7.2.0
 

                 reply	other threads:[~2026-06-12 22:34 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=178130369761.1.16358185391697150369.rpms-rocm-rpp-a8ed9e6f8c5a@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