IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38041 for trunk/psconfig


Ignore:
Timestamp:
Mar 28, 2015, 7:24:32 AM (11 years ago)
Author:
eugene
Message:

removed unused option -available from difftool; add recipe value TRANSFORM.GALAXY.SHAPE.ERRORS to psastro.config; use pslib-setsvnversion; replace assert with psAssert in cases where the value is otherwise unused; add gcc 4.8 to list of version which need no-as-needed; build perl code after psLib-based programs

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psconfig/psconfig.csh.in

    r35113 r38041  
    323323 case linux:
    324324 case linrh:
    325    gcc --version | grep -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null
     325   gcc --version | grep -e 4.8 -e 4.6 -e 4.5| grep Ubuntu >& /dev/null
    326326   if ($status == 0) then
    327327    set xtraflags = "-Wl,--no-as-needed"
     
    335335 case lin64:
    336336 case linrh64:
    337    gcc --version | grep -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null
     337   gcc --version | grep -e 4.8 -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null
    338338   if ($status == 0) then
    339339    set xtraflags = "-Wl,--no-as-needed"
  • trunk/psconfig/tagsets/ipp-3.0.dist

    r36005 r38041  
    3131  NNYYN  pclient                ipp-2-9          -0     
    3232         
     33# psLib-based code needs the nebclient library to interact with nebulous
    3334  YNNYY  Nebulous/nebclient     ipp-2-9          -0
    34   YNNYY  Nebulous               ipp-2-9          -0
    35   YNNYY  Nebulous-Server        ipp-2-9          -0
    36   YYYYY  PS-IPP-Metadata-Config ipp-2-9          -0
    37   YYYYY  PS-IPP-Config          ipp-2-9          -0     
    38          
     35
    3936  YYYYY  psLib                  ipp-2-9          -0
    4037  YYYYY  psModules              ipp-2-9          -0
     
    5451  YYYYY  ppSub                  ipp-2-9          -0
    5552  YYYYY  ppSim                  ipp-2-9          -0
     53         
     54  YNNYY  Nebulous               ipp-2-9          -0
     55  YNNYY  Nebulous-Server        ipp-2-9          -0
     56  YYYYY  PS-IPP-Metadata-Config ipp-2-9          -0
     57  YYYYY  PS-IPP-Config          ipp-2-9          -0     
    5658         
    5759  YNNYY  glueforge              ipp-2-9          -0
Note: See TracChangeset for help on using the changeset viewer.