Changeset 1848
- Timestamp:
- 08/04/10 15:03:35 (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r1769 r1848 1 1 Requirements 2 2 ============ 3 3 4 4 5 * scons >= 1.1 -
trunk/Makefile
r1819 r1848 15 15 #PY := $(wildcard python/*.py) 16 16 PY := $(wildcard python/*.py python/svninfo.txt) 17 LIBS := /tmp/_asap.so 17 #LIBS := /tmp/_asap.so 18 LIBS := /home/nakazato/tmp/_asap.so 18 19 BINS := bin/asap 19 20 APPS := apps/asap2to3 -
trunk/python/env.py
r1819 r1848 8 8 def is_casapy(): 9 9 try: 10 import casalogger10 from taskinit import casalog 11 11 return True 12 12 except ImportError: -
trunk/src/Makefile
r1819 r1848 7 7 ### 3. Replase library names in G2CARCH '-lcasa_*' with '-l*'. 8 8 ### 4. Comment-IN the definition of 'CXXOPTS'. 9 TARGET := /tmp/_asap.so 9 #TARGET := /tmp/_asap.so 10 TARGET := /home/nakazato/tmp/_asap.so 10 11 11 12 # the casa environment AIPSPATH has to be defined
Note:
See TracChangeset
for help on using the changeset viewer.