Changeset 1848


Ignore:
Timestamp:
08/04/10 15:03:35 (14 years ago)
Author:
Takeshi Nakazato
Message:

test commit

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r1769 r1848  
    11Requirements
    22============
     3
    34
    45* scons >= 1.1
  • trunk/Makefile

    r1819 r1848  
    1515#PY := $(wildcard python/*.py)
    1616PY := $(wildcard python/*.py python/svninfo.txt)
    17 LIBS := /tmp/_asap.so
     17#LIBS := /tmp/_asap.so
     18LIBS := /home/nakazato/tmp/_asap.so
    1819BINS := bin/asap
    1920APPS := apps/asap2to3
  • trunk/python/env.py

    r1819 r1848  
    88def is_casapy():
    99    try:
    10         import casalogger
     10        from taskinit import casalog
    1111        return True
    1212    except ImportError:
  • trunk/src/Makefile

    r1819 r1848  
    77###    3. Replase library names in G2CARCH '-lcasa_*' with '-l*'.
    88###    4. Comment-IN the definition of 'CXXOPTS'.
    9 TARGET   := /tmp/_asap.so
     9#TARGET   := /tmp/_asap.so
     10TARGET   := /home/nakazato/tmp/_asap.so
    1011
    1112# the casa environment AIPSPATH has to be defined
Note: See TracChangeset for help on using the changeset viewer.