Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cms-analysis
General
DasAnalysisSystem
Installer
Commits
3a5ab5c2
Commit
3a5ab5c2
authored
1 year ago
by
Louis Moureaux
Browse files
Options
Downloads
Patches
Plain Diff
Patch the JetToolbox in install.sh
Reported by paconnor.
parent
0048a0c1
No related branches found
Branches containing commit
No related tags found
1 merge request
!16
Patch the JetToolbox in install.sh
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+5
-1
5 additions, 1 deletion
install.sh
with
5 additions
and
1 deletion
install.sh
+
5
−
1
View file @
3a5ab5c2
...
...
@@ -27,7 +27,11 @@ cd $CMSSW_BASE/src
[
!
-d
Core
]
&&
git clone https://gitlab.cern.ch/cms-analysis/general/DasAnalysisSystem/Core.git
# And JetToolbox
[
!
-d
JMEAnalysis/JetToolbox
]
&&
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox
-b
jetToolbox_120X
[
!
-d
JMEAnalysis/JetToolbox
]
&&
(
git clone https://github.com/cms-jet/JetToolbox.git JMEAnalysis/JetToolbox
-b
jetToolbox_120X
cd
JMEAnalysis/JetToolbox
patch
-p1
<
$BASE_DIR
/jetToolbox_120X.patch
)
# Set up scram tools in CMSSW -- must be done after fetching Core
cd
$CMSSW_BASE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment