diff --git a/root.spec b/root.spec index 01c8347b10f..45e933673bc 100644 --- a/root.spec +++ b/root.spec @@ -3,8 +3,8 @@ ## INITENV SET ROOTSYS %{i} ## INCLUDE compilation_flags ## INCLUDE cpp-standard -%define tag 7f5291eaf24820a0ac5b7f584e2390de6f6497ad -%define branch cms/master/99a2f8a48a +%define tag d00712e569b7c5ad29fefd20ef7072b18bc614a5 +%define branch cms/master/7a4472756b %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 @@ -86,7 +86,6 @@ cmake ../%{n}-%{realversion} \ -Dbuiltin_glew=ON \ -Dbuiltin_ftgl=ON \ -Dbuiltin_gl2ps=ON \ - -Dbuiltin_afterimage=ON \ -Dbuiltin_xxhash=ON \ -Dbuiltin_nlohmannjson=ON \ -Darrow=OFF \ @@ -124,7 +123,6 @@ cmake ../%{n}-%{realversion} \ -Dalien=OFF \ -Dmonalisa=OFF \ %ifarch darwin - -Dbuiltin_afterimage=OFF \ -Dcocoa=OFF \ -Dx11=ON \ -Dcastor=OFF \