Created
July 19, 2019 14:13
-
-
Save oshadura/6d614b4cb2e3badbb1b571d7c991881c to your computer and use it in GitHub Desktop.
How to build only one CMSSW module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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