Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions llvm.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### RPM external llvm 21.1.4
### RPM external llvm 22.1.8

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akritkbehera , just updating the version is not going to work. You need to update cms-externals/llvm-project to have cms/llvmorg-<tag> plus the changes we have on top of official tag

## INITENV +PATH LD_LIBRARY_PATH %{i}/lib64
## INITENV +PATH PYTHON3PATH %{i}/lib64/python%{cms_python3_major_minor_version}/site-packages

BuildRequires: cmake cms-ninja
Requires: gcc zlib python3 libxml2 zstd libunwind
%{!?without_cuda:Requires: cuda}

%define llvmCommit 3063d23cfa249166b2e0c33a02c7300c20ffb2d
%define llvmBranch cms/llvmorg-21.1.4
%define iwyuCommit 791e69ea4662cb3e74e8128fd5fd69bd7f4ea6b3
%define iwyuBranch clang_21
%define llvmCommit 60d982b002db0e4e288b0119a9268582613416f3
%define llvmBranch cms/llvmorg-%{realversion}
%define iwyuCommit 01a091d16b3dedb808db21f32ed3e761737a3691
%define iwyuBranch clang_22

Source0: git+https://github.com/cms-externals/llvm-project.git?obj=%{llvmBranch}/%{llvmCommit}&export=llvm-%{realversion}-%{llvmCommit}&module=llvm-%{realversion}-%{llvmCommit}&output=/llvm-%{realversion}-%{llvmCommit}.tgz
Source1: git+https://github.com/include-what-you-use/include-what-you-use.git?obj=%{iwyuBranch}/%{iwyuCommit}&export=iwyu-%{realversion}-%{iwyuCommit}&module=iwyu-%{realversion}-%{iwyuCommit}&output=/iwyu-%{realversion}-%{iwyuCommit}.tgz
Expand Down