Difference: InstallSoftware (1 vs. 16)

Revision 162007-11-11 - FerencSikler

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="TrackerSoftware"
>
>
META TOPICPARENT name="Trash.CMSTrackerSoftware"
 

Install CMS software

Follow the steps below to install the CMS package <package> on Debian

Revision 152006-05-27 - FerencSikler

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

Install CMS software

Line: 6 to 6
 (CMKIN_6_1_0, OSCAR_3_9_8, ORCA_8_13_0, CMSSW_0_6_0).

  • Upgrade to Debian Sid
Added:
>
>
Install libboost-dev and libboost-thread packages.
 
  • Create some symbolic links:

Revision 142006-05-19 - FerencSikler

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

Install CMS software

Follow the steps below to install the CMS package <package> on Debian

Changed:
<
<
(CMKIN_6_1_0, OSCAR_3_9_8, ORCA_8_13_0).
>
>
(CMKIN_6_1_0, OSCAR_3_9_8, ORCA_8_13_0, CMSSW_0_6_0).
 
  • Upgrade to Debian Sid
  • Create some symbolic links:
Line: 39 to 39
 setenv GCC_DIR /usr setenv GCC_VER 3.3.5 setenv GCC_EXEC_PREFIX /usr/lib/gcc-lib/
Added:
>
>

The script cmsi.pl may have to be changed as well:

 
Added:
>
>
my $rpmopts = "--nodeps";
 

Change cern related from 2003 to 2004.

Revision 132006-02-19 - FerencSikler

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

Install CMS software

Line: 36 to 36
 # Option used: RPMOPTS -r "--nodeps" # setenv CMS_RPMDB_POLICY new # setenv CMS_GCC_POLICY system
Added:
>
>
setenv GCC_DIR /usr setenv GCC_VER 3.3.5 setenv GCC_EXEC_PREFIX /usr/lib/gcc-lib/
 

Change cern related from 2003 to 2004.

Revision 122006-02-18 - FerencSikler

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

Install CMS software

Line: 35 to 35
 
# Option used: RPMOPTS -r "--nodeps"
# setenv CMS_RPMDB_POLICY new
Changed:
<
<
setenv GCC_DIR /usr setenv GCC_VER 3.3.5 setenv GCC_EXEC_PREFIX /usr/lib
>
>
# setenv CMS_GCC_POLICY system
 
Added:
>
>
Change cern related from 2003 to 2004.
 Install packages
./cmsi.pl -d "<packages>" -f cmsset.csh -g config

Revision 112006-02-18 - FerencSikler

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

Install CMS software

Line: 35 to 35
 
# Option used: RPMOPTS -r "--nodeps"
# setenv CMS_RPMDB_POLICY new
Added:
>
>
setenv GCC_DIR /usr setenv GCC_VER 3.3.5 setenv GCC_EXEC_PREFIX /usr/lib
 

Install packages

Revision 102006-02-18 - FerencSikler

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

Install CMS software

Line: 12 to 12
 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
Added:
>
>
apt-get install libxml-parser-perl
 
  • Download rpms
Line: 28 to 29
 cd XCMSInstall setenv VO_CMS_SW_DIR <install-directory> ./cmsi.pl -c default -f cmsset.csh
Changed:
<
<
./cmsi.pl -d "" -f cmsset.csh -g config
>
>

Edit the following lines in cmsset.csh:

# Option used: RPMOPTS -r "--nodeps"
# setenv CMS_RPMDB_POLICY new

Install packages

./cmsi.pl -d "<packages>" -f cmsset.csh -g config
 
  • Save cmsset.csh for later use.

Revision 92006-02-17 - FerencSikler

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

Install CMS software

Changed:
<
<
Follow the steps below to install the CMS package <package> on Debian (e.g. <package>=ORCA_8_13_0).
>
>
Follow the steps below to install the CMS package <package> on Debian
(CMKIN_6_1_0, OSCAR_3_9_8, ORCA_8_13_0).
 
  • Upgrade to Debian Sid
  • Create some symbolic links:

Revision 82006-01-26 - FerencSikler

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

Install CMS software

Line: 56 to 56
 
Added:
>
>
<--  
-->
 -- FerencSikler - 13 Jan 2006

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.

Revision 62006-01-18 - FerencSikler

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

Install CMS software

Follow the steps below to install the CMS package <package> on Debian (e.g. <package>=ORCA_8_13_0).

Changed:
<
<
  • upgrade to Debian Sid
  • create some symbolic links:
>
>
  • Upgrade to Debian Sid
  • Create some symbolic links:
 
    • 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
Changed:
<
<
  • download rpms
>
>
  • Download rpms
 
Changed:
<
<
  • install
>
>
  • Install
 
    • 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
Changed:
<
<
  • save cmsset.csh for later use
>
>
  • Save cmsset.csh for later use
 
    • before working with CMS software, each time source cmsset.csh in order to set necessary variables
Added:
>
>
  • 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.
scramv1 setup -i cxxcompiler << EOF
/usr
/usr/bin
/usr/bin/c++
EOF

scramv1 setup -i f77compiler << EOF
/usr
/usr/bin/g77
EOF

scramv1 setup -i ccompiler << EOF
/usr
/usr/bin
/usr/bin/c++
EOF

scramv1 setup pythia
  -- FerencSikler - 13 Jan 2006

Revision 52006-01-17 - FerencSikler

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

Install CMS software

Line: 18 to 18
 
    • setenv VO_CMS_SW_DIR <install-directory>
    • ./cmsi.pl -c default     -f cmsset.csh
    • ./cmsi.pl -d "<package>" -f cmsset.csh -g config
Added:
>
>
  • save cmsset.csh for later use
    • before working with CMS software, each time source cmsset.csh in order to set necessary variables
  -- FerencSikler - 13 Jan 2006 \ No newline at end of file

Revision 42006-01-17 - FerencSikler

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

Install CMS software

>
>

Install CMS software

  Follow the steps below to install the CMS package <package> on Debian (e.g. <package>=ORCA_8_13_0).

Revision 32006-01-13 - 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:
<
<
>
>
 
  • 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
>
>
    • 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
  -- FerencSikler - 13 Jan 2006

Revision 22006-01-13 - FerencSikler

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

Install CMS software

Changed:
<
<
Follow the steps below to install the CMS package on debian (e.g. =ORCA_13_0).
>
>
Follow the steps below to install the CMS package <package> on Debian (e.g. <package>=ORCA_8_13_0).
 
Changed:
<
<
  • upgrade to debian Sid
>
>
  • 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>
    • get download.sh
    • ./download.sh
>
>
 
  • install
Changed:
<
<
    • % cd XCMSInstall
    • % setenv VO_CMS_SW_DIR <install-directory>
    • % ./cmsi.pl -c default -f cmsset.csh
    • % ./cmsi.pl -d "" -f cmsset.csh -g config
>
>
    • 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
 
Changed:
<
<
-- TWikiGuest - 13 Jan 2006
>
>
-- FerencSikler - 13 Jan 2006

Revision 12006-01-13 - TWikiGuest

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

Install CMS software

Follow the steps below to install the CMS package on debian (e.g. =ORCA_13_0).

  • upgrade to debian Sid
  • create some symbolic links:
    • % 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
    • % cd <download-directory>
    • get download.sh
    • ./download.sh
  • install
    • % cd XCMSInstall
    • % setenv VO_CMS_SW_DIR <install-directory>
    • % ./cmsi.pl -c default -f cmsset.csh
    • % ./cmsi.pl -d "" -f cmsset.csh -g config

-- TWikiGuest - 13 Jan 2006

 
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