Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop unneded change in branch name for THREADED IBs #1493

Merged
merged 1 commit into from Apr 16, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions cmssw.spec
Expand Up @@ -48,10 +48,6 @@ Patch0: boost-1.57.0-icc
%define branch %(echo %realversion | sed -e 's|_X.*|_X|')
%endif

%if "%(case %realversion in (*_THREADED_X*) echo true ;; (*) echo false ;; esac)" == "true"
%define branch %(echo %realversion | sed -e 's|_X.*|_X|')
%endif

%if "%(case %realversion in (*_ROOT6_X*) echo true ;; (*) echo false ;; esac)" == "true"
%define branch %(echo %realversion | sed -e 's|_X.*|_X|')
%endif
Expand Down