RStDLXPLog01env001

cmthome directory

[lxplus]ls -l ~/cmthome
total 9
-rw-r--r--    1 stdenis  zp           1862 Nov 10 13:24 cctrequirements
-rw-r--r--    1 stdenis  zp            396 Aug 31 19:39 cleanup.csh
-rw-r--r--    1 stdenis  zp            386 Aug 31 19:39 cleanup.sh
-rw-r--r--    1 stdenis  zp             82 Aug 31 19:36 Makefile
lrwxr-xr-x    1 stdenis  zp             16 Nov 10 13:43 requirements -> rickrequirements
-rw-r--r--    1 stdenis  zp            385 Nov 10 12:28 rickrequirements
-rw-r--r--    1 stdenis  zp            444 Aug 31 19:39 setup.csh
-rw-r--r--    1 stdenis  zp            435 Aug 31 19:39 setup.sh
[lxplus

cmthome setup.sh

[lxplus]more ~/cmthome/setup.sh
# echo "Setting standalone package"
 
if test "${CMTROOT}" = ""; then
  CMTROOT=/afs/cern.ch/sw/contrib/CMT/v1r18p20050501; export CMTROOT
fi
. ${CMTROOT}/mgr/setup.sh
 
tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi
${CMTROOT}/mgr/cmt setup -sh -pack=cmt_standalone -path=/afs/cern.ch/user/s/stdenis/cmthome  -no_cleanup $* >${tempfile}; . ${tempfile}
/bin/rm -f ${tempfile}

cmthome requirements (rickrequirements)

[lxplus]more ~/cmthome/requirements # #LOGIN REQUIREMENTS FILE

set CMTSITE CERN set SITEROOT /afs/cern.ch macro ATLAS_DIST_AREA ${SITEROOT}/atlas/software/dist

# use optmized version by default apply_tag opt

#Set the location of your preferred development area #You should then work in a subdirectory eg. ${HOME}/testarea/10.0.1

macro ATLAS_TEST_AREA ${HOME}/testarea

use AtlasLogin AtlasLogin-* $(ATLAS_DIST_AREA)


Major updates:
-- RichardStDenis - 14 Nov 2005

%RESPONSIBLE%
%REVIEW%

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2005-11-14 - RichardStDenis
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback