Changeset 2931 for trunk/cmake


Ignore:
Timestamp:
04/21/14 15:53:23 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap build

Description: Committing changes to CMake scripts received from Darrell. This contains changes to enable building ASAP with llvm-gfortran. The changes do NOT affect build of stand-alone ASAP.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/withcasa.cmake

    r2898 r2931  
    2121         elseif( EXISTS /opt/casa/core2-apple-darwin10 )
    2222            set( archflag i386 )
     23         elseif( EXISTS /opt/casa/01 )
     24            set( archflag x86_64 )
    2325         else()
    2426            set( archflag x86_64 )
     
    2931             set( casa_packages /opt/local )
    3032         elseif( CMAKE_SYSTEM MATCHES ^Darwin-11 )
    31              set( casa_packages /opt/casa/darwin11 )
     33             if ( EXISTS /opt/casa/01 )
     34                 set( casa_packages /opt/casa/01 )
     35             else()
     36                 set( casa_packages /opt/casa/darwin11 )
     37             endif()
    3238         else()
    3339             set( casa_packages /opt/casa/darwin10-64b )
Note: See TracChangeset for help on using the changeset viewer.