Ignore:
Timestamp:
01/13/12 19:47:39 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-3665

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...

CMakeLists.txt is updated mainly for Mac.

  • library name for asap library is still _asap.so (not .dylib)
  • architecture name is always 'darwin64' when OS version is 10.6 or later
  • make symbolic link to $CASAROOT/$CASAARCH/python/2.6/asap/_asap.so and place it to $CASAROOT/$CASAARCH/lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2393 r2399  
    105105if( NOT STANDALONE )
    106106  execute_process(
    107     COMMAND ln -Fs ../${PYTHON_INSTALL_DIR}/_asap.so ${CMAKE_INSTALL_PREFIX}/lib/_asap.so
     107    COMMAND ln -Fs ../${PYTHON_INSTALL_DIR}/_${ASAPLIB}.so ${CMAKE_INSTALL_PREFIX}/lib/_${ASAPLIB}.so
    108108    OUTPUT_VARIABLE stuff)
    109109endif()
Note: See TracChangeset for help on using the changeset viewer.