Changeset 297 for trunk/bin


Ignore:
Timestamp:
01/25/05 17:16:46 (19 years ago)
Author:
vor010
Message:

SDLineFinder: C++ class and python binder
have been added. This is an initial version, but it works in some simple

cases. Makefile and install.sh were updated to account for new source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/install.sh

    r289 r297  
    77########################################
    88
     9# temporary check to allow the same file for Narrabri and Epping
     10if [ x"$NARRABRI_ASAP" = xyes ];
     11then
     12ASAPDIR='/DATA/KAPUTAR_2/vor010/ASAP/site-packages/asap'
     13SRCDIR='/DATA/KAPUTAR_2/vor010/ASAP/asap'
     14else
    915ASAPDIR='/usr/local/lib/python2.3/site-packages/asap'
    1016SRCDIR='/u/mar637/brage/singledish/asap'
     17fi
     18#
    1119
    1220# where the source python files are
     
    1523libdir='lib'
    1624# the python files to install
    17 srcfiles="__init__.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py"
     25srcfiles="__init__.py asapmath.py scantable.py asapreader.py asaplot.py asapfitter.py asapplotter.py asaplinefind.py"
    1826# the libraries to install
    1927libfiles='_asap.so'
Note: See TracChangeset for help on using the changeset viewer.