Changeset 520 for CMT


Ignore:
Timestamp:
Sep 10, 2009, 3:34:46 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 407

Location:
CMT/HEAD
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r519 r520  
     12009-09-10    <rybkin@lal.in2p3.fr> 407
     2
     3        * mgr/requirements: For Linux, only keep the OS major version number when
     4        creating the tag. For the gcc compliler, only keep the major and minor
     5        version numbers when creating the tag.
     6        * mgr/cmt_mac_version.sh: Optimise the retrieval of the Mac OS version
     7       
    182009-09-09    <rybkin@lal.in2p3.fr> 406
    29
  • CMT/HEAD/mgr/cmt_mac_version.sh

    r490 r520  
    11export LC_ALL=C
    2 system_profiler SPSoftwareDataType |\
    3  sed -n '/System Version/s#^[^.0-9]*\([.0-9]*\).*#mac\1#p'
     2echo mac-`sw_vers -productVersion`
  • CMT/HEAD/mgr/requirements

    r513 r520  
    3535
    3636macro_append cmt_system_version_query_command " | ${CMTROOT}/mgr/cmt_filter_version.sh" \
     37             Linux " | ${CMTROOT}/mgr/cmt_filter1_version.sh" \
    3738             WIN32 ""
    3839
     
    5253
    5354macro_append cmt_compiler_version_query_command " | ${CMTROOT}/mgr/cmt_filter3_version.sh" \
    54              rhel3 " | ${CMTROOT}/mgr/cmt_filter3_version.sh" \
    55              cel3  " | ${CMTROOT}/mgr/cmt_filter3_version.sh" \
     55             Linux " | ${CMTROOT}/mgr/cmt_filter_version.sh" \
     56             Darwin " | ${CMTROOT}/mgr/cmt_filter_version.sh" \
     57             LynxOS " | ${CMTROOT}/mgr/cmt_filter_version.sh" \
    5658             WIN32 ""
    5759
Note: See TracChangeset for help on using the changeset viewer.