Changeset 34080
- Timestamp:
- Jun 26, 2012, 11:18:50 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 12 edited
-
Nebulous (modified) (1 prop)
-
Nebulous/nebclient/tests/tap/src/tap.c (modified) (3 diffs)
-
dvoTools/configure.ac (modified) (2 diffs)
-
extsrc/gpcsw/Makefile.in (modified) (1 diff)
-
extsrc/gpcsw/configure.tcsh (modified) (4 diffs)
-
glueforge/templates/psdb/configure_ac.tt (modified) (2 diffs)
-
ippScripts (modified) (1 prop)
-
ippScripts/scripts/addstar_run.pl (modified) (3 diffs)
-
ippScripts/scripts/destreak_restore_camera.pl (modified) (1 prop)
-
ippScripts/scripts/ipp_apply_burntool_single.pl (modified) (1 prop)
-
ippScripts/scripts/magic_destreak.pl (modified) (1 prop)
-
ippToPsps/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous
- Property svn:ignore
-
old new 1 MYMETA.json 2 MYMETA.yml 1 3 Build 2 4 META.yml
-
- Property svn:ignore
-
trunk/Nebulous/nebclient/tests/tap/src/tap.c
r12605 r34080 87 87 if(test_name != NULL) { 88 88 va_start(ap, test_name); 89 vasprintf(&local_test_name, test_name, ap); 89 int status = vasprintf(&local_test_name, test_name, ap); 90 if (status) {/* warning? */} 90 91 va_end(ap); 91 92 … … 303 304 304 305 va_start(ap, fmt); 305 asprintf(&skip_msg, fmt, ap); 306 int status = asprintf(&skip_msg, fmt, ap); 307 if (status) {/* warning? */} 306 308 va_end(ap); 307 309 … … 328 330 329 331 va_start(ap, fmt); 330 vasprintf(&todo_msg, fmt, ap); 332 int status = vasprintf(&todo_msg, fmt, ap); 333 if (status) {/* warning? */} 331 334 va_end(ap); 332 335 -
trunk/dvoTools/configure.ac
r19589 r34080 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 AC_CONFIG_FILES([ -
trunk/extsrc/gpcsw/Makefile.in
r31150 r34080 9 9 10 10 clean: 11 echo "dummy clean" 11 cd gpcsrc && make -C fits/libfh clean 12 cd gpcsrc && make -C fits/libfhreg clean 13 cd gpcsrc && make -C analysis/libpscoords clean 14 cd gpcsrc && make -C fits/burntool clean 15 cd gpcsrc && make -C fits/tiltystreak clean 12 16 13 17 update: -
trunk/extsrc/gpcsw/configure.tcsh
r24663 r34080 7 7 8 8 # evaluate command-line options 9 set vararch = 0 10 set optimize = 0 11 set pedantic = 1 12 set no_as_needed = 0 13 set debug_build = 0 14 set memcheck = 0 15 set use_tcmalloc = 0 16 set use_gnu99 = 0 17 set no_largefiles = 0 18 9 19 set prefix = "" 10 20 set bindir = "" … … 22 32 23 33 while ("$1" != "") 24 echo "checking $1"25 34 switch ("$1") 26 # switchoptions passed by build systems which we ignore35 # options passed by build systems which we ignore 27 36 case --enable-maintainer-mode 28 37 case --no-create 29 38 case --no-recursion 30 case --enable-optimize31 39 case --disable-shared 32 40 case --enable-shared 33 41 case --disable-static 34 42 case --enable-static 43 # skipped by gpcsw, but not Ohana 44 case --enable-optimize 35 45 case --enable-profile 36 46 case --pedantic … … 43 53 case --oldincludedir* 44 54 case --infodir* 55 # skipped by gpcsw, but not Ohana 45 56 case --exec-prefix* 46 57 case --libdir* … … 55 66 endif 56 67 endif 68 breaksw; 69 case --enable-no-as-needed 70 set no_as_needed = 1 71 breaksw; 72 case --enable-debug-build 73 set debug_build = 1 57 74 breaksw; 58 75 case --prefix* -
trunk/glueforge/templates/psdb/configure_ac.tt
r23454 r34080 13 13 AM_CONFIG_HEADER([config.h]) 14 14 AM_MAINTAINER_MODE 15 16 IPP_STDLDFLAGS 15 17 16 18 AC_CONFIG_TESTDIR([tests]) … … 54 56 dnl is this the best was to setup recursive CFLAGS? 55 57 IPP_STDOPTS 56 dnl -Werror causes problems on OSX as inttypes.h uses some non standard C types 57 [% pkg_name %]_CFLAGS="-Wall -pedantic -fno-strict-aliasing" 58 IPP_STDCFLAGS 59 60 [% pkg_name %]_CFLAGS="-pedantic -fno-strict-aliasing" 58 61 AC_SUBST([[% pkg_name %]_CFLAGS]) 59 62 -
trunk/ippScripts
- Property svn:ignore
-
old new 1 MYMETA.json 2 MYMETA.yml 1 3 Build 2 4 META.yml
-
- Property svn:ignore
-
trunk/ippScripts/scripts/addstar_run.pl
r33989 r34080 261 261 262 262 my $realFile = $ipprc->file_resolve($fpaObjects) or &my_die("Unable to resolve $fpaObjects", $add_id, $PS_EXIT_SYS_ERROR); 263 264 265 263 264 # most cameras use CHIP_HEADER. other exceptions: 265 # gpc1 @ camera : PHU_HEADER 266 # gpc1 @ staticsky : NOMINAL (is uncalibrated) 267 268 # temporary hard-wired info 269 my $zeroPointOption = "CHIP_HEADER"; 270 if (($camdir =~ /gpc1/) && ($stage =~ /staticsky/)) { 271 $zeroPointOption = "NOMINAL"; 272 } 273 if (($camdir =~ /gpc1/) && ($stage =~ /cam/)) { 274 $zeroPointOption = "PHU_HEADER"; 275 } 266 276 267 277 # require a defined output dvo database to run addstar (ie, refuse to use the .ptolemyrc default) … … 269 279 $command .= " -D CAMERA $camdir"; 270 280 $command .= " -D CATDIR $minidvodb_path"; 281 $command .= " -D ZERO_POINT_OPTION $zeroPointOption"; 271 282 $command .= " $realFile"; 272 283 $command .= " -use-name $fpaObjects"; # DVO wants the neb-name as a file reference … … 275 286 $command .= " -accept-astrom "; 276 287 } #careful here - this matches staticsky and staticsky_multi 288 277 289 my $mjd_addstar_start = DateTime->now->mjd; # MJD of starting script 278 290 -
trunk/ippScripts/scripts/destreak_restore_camera.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/ippScripts/scripts/destreak_restore_camera.pl (added) merged: 34047,34073
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/ippScripts/scripts/ipp_apply_burntool_single.pl (added) merged: 34047,34073
- Property svn:mergeinfo changed
-
trunk/ippScripts/scripts/magic_destreak.pl
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/ippScripts/scripts/magic_destreak.pl (added) merged: 34047,34073
- Property svn:mergeinfo changed
-
trunk/ippToPsps/configure.ac
r27345 r34080 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 31 31 dnl Set CFLAGS for build 32 32 IPP_STDOPTS 33 CFLAGS="${CFLAGS=} -Wall -Werror" 33 IPP_STDCFLAGS 34 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 34 35 echo "IPPTOPSPS_CFLAGS: $IPPTOPSPS_CFLAGS" 35 36 echo "IPPTOPSPS_LIBS: $IPPTOPSPS_LIBS"
Note:
See TracChangeset
for help on using the changeset viewer.
