IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38041


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:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippTools/src/difftool.c

    r37974 r38041  
    12521252  }
    12531253 
    1254   PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);
     1254  // PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);
    12551255  PXOPT_LOOKUP_BOOL(bothways, config->args, "-bothways", false);
    12561256 
  • trunk/ippconfig

  • trunk/ippconfig/recipes/psastro.config

    r37986 r38041  
    187187MASKSTAT.ADVISORY   U32 0x080
    188188
     189TRANSFORM.GALAXY.SHAPE.ERRORS  BOOL F
     190
    189191# maximum allowed fwhm_major (moved from */camera.config)
    190192PSASTRO.MAX.ALLOWED.FWHM    F32     0
  • trunk/ppSim/src

    • Property svn:ignore
      •  

        old new  
        99ppSimSequence
        1010ppSimVersionDefinitions.h
         11ppSimVersionDefinitions.h.tmp
  • trunk/ppSim/src/Makefile.am

    r31157 r38041  
    11bin_PROGRAMS = ppSim ppSimSequence
    2 
    3 if HAVE_SVNVERSION
    4 PPSIM_VERSION=`$(SVNVERSION) ..`
    5 else
    6 PPSIM_VERSION="UNKNOWN"
    7 endif
    8 
    9 if HAVE_SVN
    10 PPSIM_BRANCH=`$(SVN) info .. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`
    11 PPSIM_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`
    12 else
    13 PPSIM_BRANCH="UNKNOWN"
    14 PPSIM_SOURCE="UNKNOWN"
    15 endif
    162
    173# Force recompilation of ppSimVersion.c, since it gets the version information
    184ppSimVersion.c: ppSimVersionDefinitions.h
    195ppSimVersionDefinitions.h: ppSimVersionDefinitions.h.in FORCE
    20         -$(RM) ppSimVersionDefinitions.h
    21         $(SED) -e "s|@PPSIM_VERSION@|\"$(PPSIM_VERSION)\"|" -e "s|@PPSIM_BRANCH@|\"$(PPSIM_BRANCH)\"|" -e "s|@PPSIM_SOURCE@|\"$(PPSIM_SOURCE)\"|" ppSimVersionDefinitions.h.in > ppSimVersionDefinitions.h
     6        pslib-setsvnversion.pl PPSIM ppSimVersionDefinitions.h.in ppSimVersionDefinitions.h
    227FORCE: ;
    238
  • trunk/ppSim/src/ppSimInsertGalaxies.c

    r36868 r38041  
    8282
    8383    pmPSF *psf = psMetadataLookupPtr (&mdok, chip->analysis, "PSPHOT.PSF");
    84     assert (psf);
     84    psAssert (psf, "missing PSPHOT.PSF on chip.analysis");
    8585
    8686    int dX = PM_CELL_TO_CHIP (0.0, x0Cell, xParityCell, binning);
  • 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.