## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec %global forgeurl https://github.com/intel/vc-intrinsics %global branch master Name: vc-intrinsics Version: 0 %{forgemeta} Release: 1%{?dist} Summary: vc-intrinsics License: MIT URL: %{forgeurl} Source0: %{forgesource} BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: llvm-devel BuildRequires: ninja-build BuildRequires: python3 # Requires: %description LLVM intrinsics for Intel GPUs. %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 -DLLVM_DIR=%{_libdir}/cmake/llvm %cmake_build %install %cmake_install # the glob looks wrong, that's what the filename is. # probably that should get fixed upstream. not now, murray. %files %license LICENSE.md %{_libdir}/*.so* %files devel %{_libdir}/cmake/LLVMGenXIntrinsics %{_libdir}/cmake/VCIntrinsics20 %{_includedir}/llvm/GenXIntrinsics %changelog ## START: Generated by rpmautospec * Thu May 01 2025 John Doe - 0-1 - Uncommitted changes ## END: Generated by rpmautospec