## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global upstreamname rocPRIM %global rocm_release 6.2 %global rocm_patch 1 %global rocm_version %{rocm_release}.%{rocm_patch} # Compiler is hipcc, which is clang based: %global toolchain rocm # hipcc does not support some clang flags %global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/') # there is no debug package %global debug_package %{nil} # Option to test suite for testing on real HW: %bcond_with check # For documentation %bcond_with doc Name: rocprim Version: %{rocm_version} %if 0%{?is_opensuse} || 0%{?rhel} && 0%{?rhel} < 10 Release: 1%{?dist} %else Release: %autorelease %endif Summary: ROCm parallel primatives License: MIT and BSD URL: https://github.com/ROCm/%{name} Source0: %{url}/archive/rocm-%{rocm_version}.tar.gz#/%{upstreamname}-%{version}.tar.gz # Only headers, cmake infra BuildArch: noarch # ROCm only working on x86_64 ExclusiveArch: x86_64 BuildRequires: cmake BuildRequires: rocm-cmake BuildRequires: rocm-comgr-devel BuildRequires: rocm-compilersupport-macros BuildRequires: rocm-hip-devel BuildRequires: rocm-runtime-devel BuildRequires: rocm-rpm-macros %if %{with doc} BuildRequires: doxygen BuildRequires: python3dist(marshalparser) %endif %if %{with check} BuildRequires: gtest-devel %endif %description The rocPRIM is a header-only library providing HIP parallel primitives for developing performant GPU-accelerated code on AMD ROCm platform. %package devel Summary: ROCm parallel primatives Provides: rocprim-static = %{version}-%{release} %description devel The rocPRIM is a header-only library providing HIP parallel primitives for developing performant GPU-accelerated code on AMD ROCm platform. %prep %setup -q -n %{upstreamname}-rocm-%{version} %build %cmake \ -DCMAKE_CXX_COMPILER=hipcc \ -DCMAKE_C_COMPILER=hipcc \ -DCMAKE_LINKER=%rocmllvm_bindir/ld.lld \ -DCMAKE_AR=%rocmllvm_bindir/llvm-ar \ -DCMAKE_RANLIB=%rocmllvm_bindir/llvm-ranlib \ -DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF \ %if %{with check} -DBUILD_TEST=ON \ %endif -DCMAKE_PREFIX_PATH=%{rocmllvm_cmakedir}/.. \ -DCMAKE_INSTALL_LIBDIR=share \ -DROCM_SYMLINK_LIBS=OFF %cmake_build %install %cmake_install if [ -f %{buildroot}%{_prefix}/share/doc/rocprim/LICENSE.txt ]; then rm %{buildroot}%{_prefix}/share/doc/rocprim/LICENSE.txt fi %if %{with check} %ctest %endif %files devel %doc README.md %license LICENSE.txt %license NOTICES.txt %{_includedir}/%{name} %{_datadir}/cmake/rocprim %changelog ## START: Generated by rpmautospec * Mon Nov 11 2024 Tom Rix - 6.2.1-4 - Build for TW * Tue Nov 05 2024 Tom Rix - 6.2.1-3 - Help find bundled llvm comgr * Mon Nov 04 2024 Tom Rix - 6.2.1-2 - Use rocm toolchain * Tue Sep 24 2024 Tom Rix - 6.2.1-1 - Update to 6.2.1 * Tue Sep 24 2024 Tom Rix - 6.2.0-2 - Update URL * Thu Aug 08 2024 Tom Rix - 6.2.0-1 - Update to ROCm 6.2 * Fri Jul 19 2024 Fedora Release Engineering - 6.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri May 17 2024 Tom Rix - 6.1.1-1 - Update for 6.1.1 * Sun Mar 10 2024 Tom Rix - 6.0.2-1 - Upadate to 6.0.2 * Fri Jan 26 2024 Fedora Release Engineering - 6.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 6.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Dec 20 2023 Jeremy Newton - 6.0.0-1 - Update to 6.0 * Fri Oct 20 2023 Jeremy Newton - 5.7.1-1 - Update to 5.7.1 * Tue Oct 03 2023 Jeremy Newton - 5.7.0-1 - Update to 5.7 * Fri Jul 21 2023 Fedora Release Engineering - 5.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jun 30 2023 Jeremy Newton - 5.6.0-1 - Update to 5.6 * Tue Jun 20 2023 Tom Rix - 5.5.1-4 - For cxx flags change * Fri Jun 16 2023 Tom Rix - 5.5.1-3 - Cleanup licenses - Cleanup docdir ownership * Thu Jun 15 2023 Tom Rix - 5.5.1-2 - add provides rocprim-static - change *.cmake install location - fix bad include dir another way - add doxygen proactively for expected upstream change - add NOTICES.txt to license files * Tue Jun 6 2023 Tom Rix - 5.5.1-1 - Initial package ## END: Generated by rpmautospec