Skip to content

Commit

Permalink
Merge pull request #6434 from mrodozov/root-update-v6-22-00-patches-2…
Browse files Browse the repository at this point in the history
…0201120

Updated root to tip of branch v6-22-00-patches
  • Loading branch information
smuzaffar committed Nov 22, 2020
2 parents a8be33d + fbaa04e commit ab93890
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions root.spec
Expand Up @@ -3,8 +3,8 @@
## INITENV +PATH PYTHON3PATH %{i}/lib
## INITENV SET ROOTSYS %{i}

%define tag 1f88378efc1d646a98fd465d74acc917daa79d0e
%define branch cms/v6-22-00-patches/f683b71
%define tag e3772da1070fd333fe42eac4f347d7234e4080d0
%define branch cms/v6-22-00-patches/2136589
%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 @@ -42,6 +42,8 @@ cmake ../%{n}-%{realversion} \
-G Ninja \
-DCMAKE_BUILD_TYPE=Debug \
-DLLVM_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_DEBUG="-g -O0" \
-DCMAKE_CXX_FLAGS_DEBUG="-g -O0" \
-DCMAKE_INSTALL_PREFIX="%{i}" \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
Expand Down

0 comments on commit ab93890

Please sign in to comment.