Changeset 2465 for trunk/CMakeLists.txt


Ignore:
Timestamp:
04/13/12 18:04:56 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-3960

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: run sd unit/regression tests

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

The library _asap.so is separated into two pieces:

  • _asap.so now contains only python interfaces
  • C++ engines are moved to new library libasap.so

The _asap.so is installed in the same place as before
($CASAROOT/python/2.6/asap) while libasap.so is installed to
$CASAROOT/lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r2445 r2465  
    606606# libraries and executables
    607607#
     608set( ASAPPYLIB _asap )
    608609set( ASAPLIB asap )
    609610set( PYRAPLIB pyrap )
Note: See TracChangeset for help on using the changeset viewer.