| Last change
 on this file since 1679 was             1210, checked in by mar637, 19 years ago | 
        
          | 
Merge from Release2.1.0b tag 
 | 
        
          | 
              
Property                 svn:executable
 set to                 * | 
        
          | File size:
            567 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/sh | 
|---|
| 2 |  | 
|---|
| 3 | ROOTDIR=`pwd` | 
|---|
| 4 | . aipsinit.sh | 
|---|
| 5 |  | 
|---|
| 6 | MODULES="casa components coordinates fits images lattices measures ms scimath tables atnf" | 
|---|
| 7 |  | 
|---|
| 8 | echo 'Building modules. This might take a while.' | 
|---|
| 9 | echo 'Progress can be seen with  tail -f build.log' | 
|---|
| 10 | if [ -f 'build.log' ] | 
|---|
| 11 | then | 
|---|
| 12 | rm build.log | 
|---|
| 13 | touch build.log | 
|---|
| 14 | fi | 
|---|
| 15 | for mod in ${MODULES} | 
|---|
| 16 | do | 
|---|
| 17 | cd $ROOTDIR/code/$mod | 
|---|
| 18 | echo "Making module $mod..." | 
|---|
| 19 | make cleansys >> $ROOTDIR/build.log 2>&1 | 
|---|
| 20 | make >> $ROOTDIR/build.log 2>&1 | 
|---|
| 21 | done | 
|---|
| 22 | echo 'Finished building the casa modules required by ASAP' | 
|---|
| 23 | echo 'Look for status in build.log' | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.