source: PSPA/Interface_Web/trunk/Interfaces/aml/v1r0p0/cmt/setup.csh @ 422

Last change on this file since 422 was 422, checked in by touze, 11 years ago

add AML/UAP package

File size: 468 bytes
Line 
1# echo "Setting aml v1r0p0 in /Users/touze/Public/pspa/Interfaces"
2
3if ( $?CMTROOT == 0 ) then
4  setenv CMTROOT /usr/local/CMT/v1r20p20090520
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=aml -version=v1r0p0 -path=/Users/touze/Public/pspa/Interfaces  -no_cleanup $* >${tempfile}; source ${tempfile}
13/bin/rm -f ${tempfile}
14
Note: See TracBrowser for help on using the repository browser.