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

Fixes needed for GCC11 IBs #7503

Merged
merged 3 commits into from
Dec 10, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion cmsLHEtoEOSManager.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM cms cmsLHEtoEOSManager @VERSION@01
### RPM cms cmsLHEtoEOSManager @VERSION@02
## NOCOMPILER
## NO_VERSION_SUFFIX

Expand Down
2 changes: 1 addition & 1 deletion cmssw-wm-tools.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################
####For any change, always update version number to latest date#
################################################################
### RPM cms cmssw-wm-tools 211103
### RPM cms cmssw-wm-tools 211210
## NOCOMPILER
## NO_VERSION_SUFFIX

Expand Down
2 changes: 1 addition & 1 deletion crab-pre.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 04
%define version_suffix 05
%define crabclient_version v3.210825
### RPM cms crab-pre %{crabclient_version}.%{version_suffix}
%define wmcore_version 1.3.6.crab6
Expand Down
2 changes: 1 addition & 1 deletion crab-prod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 00
%define version_suffix 01
%define crabclient_version v3.211130
### RPM cms crab-prod %{crabclient_version}.%{version_suffix}
%define wmcore_version 1.5.3
Expand Down