Changeset 38041
- Timestamp:
- Mar 28, 2015, 7:24:32 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
-
. (modified) (1 prop)
-
ippTools/src/difftool.c (modified) (1 diff)
-
ippconfig (modified) (1 prop)
-
ippconfig/recipes/psastro.config (modified) (1 diff)
-
ppSim/src (modified) (1 prop)
-
ppSim/src/Makefile.am (modified) (1 diff)
-
ppSim/src/ppSimInsertGalaxies.c (modified) (1 diff)
-
psconfig/psconfig.csh.in (modified) (2 diffs)
-
psconfig/tagsets/ipp-3.0.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20150326 (added) merged: 38014-38022,38025-38027,38030-38033
- Property svn:mergeinfo changed
-
trunk/ippTools/src/difftool.c
r37974 r38041 1252 1252 } 1253 1253 1254 PXOPT_LOOKUP_BOOL(available, config->args, "-available", false);1254 // PXOPT_LOOKUP_BOOL(available, config->args, "-available", false); 1255 1255 PXOPT_LOOKUP_BOOL(bothways, config->args, "-bothways", false); 1256 1256 -
trunk/ippconfig
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20150326/ippconfig (added) merged: 38033
- Property svn:mergeinfo changed
-
trunk/ippconfig/recipes/psastro.config
r37986 r38041 187 187 MASKSTAT.ADVISORY U32 0x080 188 188 189 TRANSFORM.GALAXY.SHAPE.ERRORS BOOL F 190 189 191 # maximum allowed fwhm_major (moved from */camera.config) 190 192 PSASTRO.MAX.ALLOWED.FWHM F32 0 -
trunk/ppSim/src
- Property svn:ignore
-
old new 9 9 ppSimSequence 10 10 ppSimVersionDefinitions.h 11 ppSimVersionDefinitions.h.tmp
-
- Property svn:ignore
-
trunk/ppSim/src/Makefile.am
r31157 r38041 1 1 bin_PROGRAMS = ppSim ppSimSequence 2 3 if HAVE_SVNVERSION4 PPSIM_VERSION=`$(SVNVERSION) ..`5 else6 PPSIM_VERSION="UNKNOWN"7 endif8 9 if HAVE_SVN10 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 else13 PPSIM_BRANCH="UNKNOWN"14 PPSIM_SOURCE="UNKNOWN"15 endif16 2 17 3 # Force recompilation of ppSimVersion.c, since it gets the version information 18 4 ppSimVersion.c: ppSimVersionDefinitions.h 19 5 ppSimVersionDefinitions.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 22 7 FORCE: ; 23 8 -
trunk/ppSim/src/ppSimInsertGalaxies.c
r36868 r38041 82 82 83 83 pmPSF *psf = psMetadataLookupPtr (&mdok, chip->analysis, "PSPHOT.PSF"); 84 assert (psf);84 psAssert (psf, "missing PSPHOT.PSF on chip.analysis"); 85 85 86 86 int dX = PM_CELL_TO_CHIP (0.0, x0Cell, xParityCell, binning); -
trunk/psconfig/psconfig.csh.in
r35113 r38041 323 323 case linux: 324 324 case linrh: 325 gcc --version | grep -e 4. 6 -e 4.5| grep Ubuntu >& /dev/null325 gcc --version | grep -e 4.8 -e 4.6 -e 4.5| grep Ubuntu >& /dev/null 326 326 if ($status == 0) then 327 327 set xtraflags = "-Wl,--no-as-needed" … … 335 335 case lin64: 336 336 case linrh64: 337 gcc --version | grep -e 4. 6 -e 4.5 | grep Ubuntu >& /dev/null337 gcc --version | grep -e 4.8 -e 4.6 -e 4.5 | grep Ubuntu >& /dev/null 338 338 if ($status == 0) then 339 339 set xtraflags = "-Wl,--no-as-needed" -
trunk/psconfig/tagsets/ipp-3.0.dist
r36005 r38041 31 31 NNYYN pclient ipp-2-9 -0 32 32 33 # psLib-based code needs the nebclient library to interact with nebulous 33 34 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 39 36 YYYYY psLib ipp-2-9 -0 40 37 YYYYY psModules ipp-2-9 -0 … … 54 51 YYYYY ppSub ipp-2-9 -0 55 52 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 56 58 57 59 YNNYY glueforge ipp-2-9 -0
Note:
See TracChangeset
for help on using the changeset viewer.
