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/rocthrust] epel10: change cmake install location
Date: Thu, 11 Jun 2026 12:54:51 GMT [thread overview]
Message-ID: <178118249150.1.4081271710859763563.rpms-rocthrust-0af78cea50a4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rocthrust
Branch : epel10
Commit : 0af78cea50a4a0d5765052d17f369909c5ad1246
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-02-16T06:22:06-08:00
Stats : +10/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocthrust/c/0af78cea50a4a0d5765052d17f369909c5ad1246?branch=epel10
Log:
change cmake install location
fix whitespace
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocthrust.spec b/rocthrust.spec
index 7cedd61..e8a983b 100644
--- a/rocthrust.spec
+++ b/rocthrust.spec
@@ -61,7 +61,7 @@
%endif
# 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
# Threaded compression reduces the build time.
%global _source_payload w7T0.xzdio
%global _binary_payload w7T0.xzdio
@@ -72,9 +72,9 @@ Version: git%{date0}.%{shortcommit0}
Release: 2%{?dist}
%else
Version: %{rocm_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
-Summary: ROCm Thrust libary
+Summary: ROCm Thrust library
%if 0%{?suse_version}
# https://en.opensuse.org/openSUSE:Accepted_licences
@@ -150,7 +150,7 @@ cd projects/rocthrust
# The ROCMExportTargetsHeaderOnly.cmake file
# generates a files that reference the install location of other files
# Make this change so they match
-sed -i -e 's/ROCM_INSTALL_LIBDIR lib/ROCM_INSTALL_LIBDIR %{pkg_libdir}/' cmake/ROCMExportTargetsHeaderOnly.cmake
+sed -i -e 's/ROCM_INSTALL_LIBDIR lib/ROCM_INSTALL_LIBDIR share/' cmake/ROCMExportTargetsHeaderOnly.cmake
%build
%if %{with gitcommit}
@@ -167,7 +167,7 @@ gpu=`rocm_agent_enumerator | head -n 1`
%cmake \
-DCMAKE_C_COMPILER=%rocmllvm_bindir/amdclang \
-DCMAKE_CXX_COMPILER=%rocmllvm_bindir/amdclang++ \
- -DCMAKE_INSTALL_LIBDIR=%{pkg_libdir} \
+ -DCMAKE_INSTALL_LIBDIR=share \
-DCMAKE_INSTALL_PREFIX=%{pkg_prefix} \
-DCMAKE_LINKER=%rocmllvm_bindir/ld.lld \
-DCMAKE_AR=%rocmllvm_bindir/llvm-ar \
@@ -208,9 +208,13 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocthrust/LICENSE
%license NOTICES.txt
%endif
%{pkg_prefix}/include/thrust
-%{pkg_prefix}/%{pkg_libdir}/cmake/rocthrust/
+%{pkg_prefix}/share/cmake/rocthrust/
%changelog
+* Sun Feb 15 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-2
+- change cmake install location
+- fix whitespace
+
* Sat Jan 24 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-1
- Update to 7.2.0
reply other threads:[~2026-06-11 12:54 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=178118249150.1.4081271710859763563.rpms-rocthrust-0af78cea50a4@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