Skip to content

Instantly share code, notes, and snippets.

@oshadura
Created July 19, 2019 14:13
Show Gist options
  • Save oshadura/6d614b4cb2e3badbb1b571d7c991881c to your computer and use it in GitHub Desktop.
Save oshadura/6d614b4cb2e3badbb1b571d7c991881c to your computer and use it in GitHub Desktop.
How to build only one CMSSW module
996 cd /afs/cern.ch/work/o/oshadura/cmssw/
1000 source /cvmfs/cms.cern.ch/cmsset_default.sh
1001 cmsenv
1003 scram p CMSSW_11_0_CXXMODULE_X_2019-07-18-2300
1004 cd CMSSW_11_0_CXXMODULE_X_2019-07-18-2300/
1005 cmsenv
1006 git cms-addpkg DataFormats/TrackerCommon
1007 scram b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment