!12 [sync] PR-10: Fix for cmake macros

From: @openeuler-sync-bot 
Reviewed-by: @liyunfei33 
Signed-off-by: @liyunfei33
This commit is contained in:
openeuler-ci-bot 2024-11-12 11:50:19 +00:00 committed by Gitee
commit 86128de84c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: spirv-llvm-translator
Version: 17.0.0
Release: 2
Release: 3
Summary: LLVM to SPIRV Translator
License: NCSA
@ -56,11 +56,9 @@ mv SPIRV-Headers-sdk-%{spirv_headers_version} SPIRV-Headers
%endif
-DCMAKE_INSTALL_RPATH:BOOL=";"
%ninja_build
#%cmake_build
%install
%ninja_install
#%cmake_install
%files
%doc README.md
@ -75,6 +73,9 @@ mv SPIRV-Headers-sdk-%{spirv_headers_version} SPIRV-Headers
%{_libdir}/pkgconfig/LLVMSPIRVLib.pc
%changelog
* Tue Nov 12 2024 liyunfei <liyunfei33@huawei.com> - 17.0.0-3
- Fix for cmake macros.
* Tue Aug 20 2024 liyunfei <liyunfei33@huawei.com> - 17.0.0-2
- Add BiSheng Autotuner support.