source: DMM/cmt/setup.csh @ 373

Last change on this file since 373 was 373, checked in by campagne, 17 years ago

Data Model for MEMPHYS

File size: 473 bytes
Line 
1# echo "Setting DMM v0 in /home/campagne/projets/OSArea/MEMPHYS"
2
3if ( $?CMTROOT == 0 ) then
4  setenv CMTROOT /home/campagne/kits/CMT/v1r18p20051108
5endif
6source ${CMTROOT}/mgr/setup.csh
7
8set tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
9if $status != 0 then
10  set tempfile=/tmp/cmt.$$
11endif
12${CMTROOT}/mgr/cmt setup -csh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS  -no_cleanup $* >${tempfile}; source ${tempfile}
13/bin/rm -f ${tempfile}
14
Note: See TracBrowser for help on using the repository browser.