Difference: InstallSoftware (6 vs. 7)

Revision 72006-01-18 - FerencSikler

Line: 1 to 1
 
META TOPICPARENT name="TrackerSoftware"

Install CMS software

Line: 6 to 6
 
  • Upgrade to Debian Sid
  • Create some symbolic links:
Changed:
<
<
    • ln -s /usr/bin/make /usr/bin/gmake
    • ln -s /usr/lib/libssl.so.0.9.7    /usr/lib/libssl.so.4
    • ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.4
>
>
ln -s /usr/bin/make /usr/bin/gmake
ln -s /usr/lib/libssl.so.0.9.7    /usr/lib/libssl.so.4
ln -s /usr/lib/libcrypto.so.0.9.7 /usr/lib/libcrypto.so.4
 
  • Download rpms
Changed:
<
<
>
>
cd <download-directory>
wget http://cmsdoc.cern.ch/cms/oo/repos_standalone/download/download/download.sh
./download.sh <package>
 
  • Install
Changed:
<
<
    • cd XCMSInstall
    • setenv VO_CMS_SW_DIR <install-directory>
    • ./cmsi.pl -c default     -f cmsset.csh
    • ./cmsi.pl -d "<package>" -f cmsset.csh -g config
  • Save cmsset.csh for later use
    • before working with CMS software, each time source cmsset.csh in order to set necessary variables
>
>
cd XCMSInstall
setenv VO_CMS_SW_DIR <install-directory>
./cmsi.pl -c default     -f cmsset.csh
./cmsi.pl -d "<package>" -f cmsset.csh -g config
  • Save cmsset.csh for later use. Before working with CMS software, each time source cmsset.csh in order to set necessary variables.
 
  • For running on Debian Sid, cxxcompiler, f77compiler and ccompiler have to be reconfigured to use the compiler of the machine. In addition, for ORCA_8_13_0, pythia has to be set up.
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback