- Timestamp:
- 01/25/05 17:16:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/install.sh
r289 r297 7 7 ######################################## 8 8 9 # temporary check to allow the same file for Narrabri and Epping 10 if [ x"$NARRABRI_ASAP" = xyes ]; 11 then 12 ASAPDIR='/DATA/KAPUTAR_2/vor010/ASAP/site-packages/asap' 13 SRCDIR='/DATA/KAPUTAR_2/vor010/ASAP/asap' 14 else 9 15 ASAPDIR='/usr/local/lib/python2.3/site-packages/asap' 10 16 SRCDIR='/u/mar637/brage/singledish/asap' 17 fi 18 # 11 19 12 20 # where the source python files are … … 15 23 libdir='lib' 16 24 # the python files to install 17 srcfiles="__init__.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py "25 srcfiles="__init__.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py asaplinefind.py" 18 26 # the libraries to install 19 27 libfiles='_asap.so'
Note:
See TracChangeset
for help on using the changeset viewer.