Update of /cvsroot/fink/experimental/fangism/finkinfo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26156
Modified Files: ppl.info Log Message: de-parallelizing one test dir (tests/MIP_Problem) to stay under memory limits Index: ppl.info =================================================================== RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ppl.info,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ppl.info 1 Nov 2010 07:15:17 -0000 1.3 +++ ppl.info 2 Nov 2010 01:28:52 -0000 1.4 @@ -36,6 +36,9 @@ # patch could apply to src/Makefile.am too file=src/Makefile.in sed -i.orig -e '/CXXCOMPILE.*-xc++-header/s|-o|-DPIC &|' $file + # files compiled here are VERY taxing on memory, so we serialize + file=tests/MIP_Problem/Makefile.in + echo ".NOTPARALLEL: check-am" >> $file << CompileScript: << #!/bin/sh -ev @@ -59,13 +62,11 @@ cd build if test -x %p/bin/gcc then - # just turn it off -- getting weird errors: - # /var/tmp/cc*.s can't write output file - export CCACHE_DISABLE=1 + # export CCACHE_DISABLE=1 export CCACHE_SLOPPINESS=time_macros fi - # make -k check || exit 2 - make check || exit 2 + make -k check || exit 2 + # make check || exit 2 << TestDepends: glpk-dev TestSuiteSize: large ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs