IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 3:51:23 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120627
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627

  • branches/eam_branches/ipp-20120627/psconfig/psconfig.csh.in

    r34087 r34255  
    319319 case linux:
    320320 case linrh:
    321    gcc --version | grep 4.6.3 | grep Ubuntu >& /dev/null
     321   gcc --version | grep -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null
    322322   if ($status == 0) then
    323323    set xtraflags = "-Wl,--no-as-needed"
     
    331331 case lin64:
    332332 case linrh64:
    333    gcc --version | grep 4.6.3 | grep Ubuntu >& /dev/null
     333   gcc --version | grep -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null
    334334   if ($status == 0) then
    335335    set xtraflags = "-Wl,--no-as-needed"
  • branches/eam_branches/ipp-20120627/psconfig/tagsets/ipp-3.0.dist

    r31162 r34255  
    6464  YYYYY  ippScripts             ipp-2-9          -0
    6565  YYYYY  ippTasks               ipp-2-9          -0
     66# YYYYY  ippToPsps              ipp-2-9          -0
    6667         
    6768  YYYYY  ippconfig              ipp-2-9          -0
Note: See TracChangeset for help on using the changeset viewer.