Skip to content
Closed
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
6 changes: 3 additions & 3 deletions root.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## INITENV SET ROOTSYS %{i}
## INCLUDE compilation_flags
## INCLUDE cpp-standard
%define tag 6832ba158b58e9149a174f16fa29b04409a8c4ac
%define branch cms/master/de95c5e48d
%define tag 7a598c52dad8a78d6196a8ecac37f3e3999c8693
%define branch cms/master/8b3840f73b

%define github_user cms-sw
Source: git+https://github.com/%{github_user}/root.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
Expand Down Expand Up @@ -44,7 +44,7 @@ export CXXFLAGS="${CXXFLAGS} %{arch_build_flags}"

cmake ../%{n}-%{realversion} \
-G Ninja \
-DCMAKE_BUILD_TYPE=%{cmake_build_type} \
-DCMAKE_BUILD_TYPE=Debug \
%if %{is_debug_build root/llvm}
-DLLVM_BUILD_TYPE=Debug \
%else
Expand Down