Ignore:
Timestamp:
02/25/09 19:32:49 (15 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1043

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: asap_init()

s=sd.scantable('NRO_DATA_FILE',False)

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Get all necessary informations for ASAP table

using NROReader::getScanInfo() method.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/Makefile

    r1455 r1519  
    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
     
    2526CXXFLAGS += -ansi -Wno-long-long -Wall
    2627#CXXOPTS := -DAIPS_NO_TEMPLATE_SRC
     28CXXOPTS := -DAIPS_64B
    2729
    2830# darwin specific flags
     
    5658             -lcasa_lattices -lcasa_fits -lcasa_measures -lcasa_measures_f \
    5759             -lcasa_tables -lcasa_scimath -lcasa_scimath_f -lcasa_casa  \
    58              $(CASALIB)/libwcs.a \
     60             /usr/lib64/libwcs.so \
    5961             $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++
    6062
Note: See TracChangeset for help on using the changeset viewer.