Ignore:
Timestamp:
04/01/15 20:46:13 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-7383))

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap

Description: use libcasa_python instead of pyrap in cmake.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r3029 r3035  
    1010include_directories( ${SRCDIR}
    1111                     ${Boost_INCLUDE_DIR}
    12                      ${ASAPROOT}/external-alma
    13                      ${ASAPROOT}/external/libpyrap/pyrap-0.3.2 )
     12                     ${ASAPROOT}/external-alma )
     13#                     ${ASAPROOT}/external/libpyrap/pyrap-0.3.2 )
    1414
    1515# link path
     
    1717
    1818# use libpyrap
    19 add_definitions( -DHAVE_LIBPYRAP )
     19#add_definitions( -DHAVE_LIBPYRAP )
    2020
    2121# source files for libpyrap
     
    131131
    132132target_link_libraries( ${ASAPLIB}
    133                        #${Boost_LIBRARIES}
     133                       ${Boost_LIBRARIES}
    134134                       ${X11_LIBRARIES}
    135135                       ${PGPLOT_LIBRARIES}
    136                        ${PYRAPLIB}
     136                       #${PYRAPLIB}
    137137                       ${ATNFLIB}
    138138                       #${CASACORE_LIBRARIES}
Note: See TracChangeset for help on using the changeset viewer.