## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %global forgeurl https://github.com/oneapi-src/unified-memory-framework %global branch main Name: oneapi-unified-memory-framework Version: 0 %{forgemeta} Release: 1%{?dist} Summary: oneapi-unified-memory-framework License: MIT URL: %{forgeurl} Source0: %{forgesource} BuildRequires: cmake BuildRequires: gcc BuildRequires: ninja-build BuildRequires: hwloc-devel # Requires: %description The oneAPI Unified Memory Framework. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %{forgesetup} %build %cmake \ -DUMF_BUILD_CUDA_PROVIDER=OFF \ -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF \ -DUMF_BUILD_SHARED_LIBRARY=ON \ -DUMF_BUILD_TESTS=OFF \ -DUMF_BUILD_EXAMPLES=OFF %cmake_build %install %cmake_install %files %license LICENSE.TXT %{_libdir}/*.so.* %files devel %{_docdir}/umf %{_includedir}/umf.h %{_includedir}/umf %{_libdir}/*.so %{_libdir}/cmake/umf %changelog ## START: Generated by rpmautospec * Thu May 01 2025 John Doe - 0-1 - Uncommitted changes ## END: Generated by rpmautospec