File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ releases on github under
3737The nominal installation method is inside CMSSW. The current release targets
3838the CMSSW ` 14_1_X ` series because of the recent switch to el9 at lxplus machines.
3939
40- Currently, the recommended tag is ** v10.2.1 ** : [ see release notes] ( https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.2.1 )
40+ Currently, the recommended tag is ** v10.3.0 ** : [ see release notes] ( https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.3.0 )
4141The ` git clone ` command below contains this tag and is optimised to reduce disk usage.
4242
4343``` sh
4444cmsrel CMSSW_14_1_0_pre4
4545cd CMSSW_14_1_0_pre4/src
4646cmsenv
47- git -c advice.detachedHead=false clone --depth 1 --branch v10.2.1 https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
47+ git -c advice.detachedHead=false clone --depth 1 --branch v10.3.0 https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
4848cd HiggsAnalysis/CombinedLimit
4949scramv1 b clean; scramv1 b -j$( nproc --ignore=2) # always make a clean build, with n - 2 cores on the system
5050```
You can’t perform that action at this time.
0 commit comments