Changeset 1848
- Timestamp:
- 08/04/10 15:03:35 (15 years ago)
- Location:
- trunk
- Files:
- 
      - 4 edited
 
 - 
          
  INSTALL (modified) (1 diff)
- 
          
  Makefile (modified) (1 diff)
- 
          
  python/env.py (modified) (1 diff)
- 
          
  src/Makefile (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/INSTALLr1769 r1848 1 1 Requirements 2 2 ============ 3 3 4 4 5 * scons >= 1.1 
- 
      trunk/Makefiler1819 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.pyr1819 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/Makefiler1819 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.
  
