Changeset 1957 for trunk/external


Ignore:
Timestamp:
12/06/10 16:38:24 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2668

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Adds wcslib, rpfits, cfitsio libraries.
Includes CASA's cmake modules for searching python, cfitsio, and rpfits.
Update dependency.

Test build and sd regression run.
All sd regressions are passed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/libpyrap/CMakeLists.txt

    r1954 r1957  
    22# CMakeLists.txt for libpyrap.so
    33###
    4 
    5 # library name is libpyrap.so
    6 set( PYRAPLIB pyrap )
    74
    85# root for libpyrap
     
    129
    1310# include path
    14 include_directories( ${PYRAPROOT} )
     11include_directories( ${PYRAPROOT}
     12                     ${Boost_INCLUDE_DIR} )
    1513
    1614# link path
     
    2826     ${PYRAPDIR}/${MODULE}/PycRecord.cc
    2927     ${PYRAPDIR}/${MODULE}/PycValueHolder.cc )
     28
    3029add_library( ${PYRAPLIB} SHARED ${PYRAP_SRCS} )
    31 target_link_libraries( ${PYRAPLIB} ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} ${CASACORE_LIBRARIES} )
     30target_link_libraries( ${PYRAPLIB}
     31                       ${Boost_LIBRARIES}
     32                       ${PYTHON_LIBRARIES}
     33                       ${CASACORE_LIBRARIES} )
    3234
    3335# install directory
Note: See TracChangeset for help on using the changeset viewer.