The following commit has been merged in the master branch:
commit 353bf83cd10796bd4310efb27ce5429f01ca14a6
Author: Anton Gladky <[email protected]>
Date:   Wed Apr 20 09:42:44 2011 +0100

    Change chunkSize=3 to decrease RAM consumption during build

diff --git a/debian/rules b/debian/rules
index 5a09392..d7bb5c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ install: build
        # remove the profile, if existing, to have clean config
        rm -f scons.profile-deb
        # the last argument specified that we only want files in lib installed 
-- common files (the executable) are already in the optimized package
-       NO_SCONS_GET_RECENT= scons profile=deb buildPrefix=debian 
runtimePREFIX=/usr version=${VERSION} brief=0 chunkSize=5 jobs=1 
features=vtk,gts,opengl,qt4,openmp PREFIX=debian/yade${_VERSION}-dbg/usr 
variant='' optimize=0 march= debug=1 debian/yade${_VERSION}-dbg/usr/lib
+       NO_SCONS_GET_RECENT= scons profile=deb buildPrefix=debian 
runtimePREFIX=/usr version=${VERSION} brief=0 chunkSize=3 jobs=1 
features=vtk,gts,opengl,qt4,openmp PREFIX=debian/yade${_VERSION}-dbg/usr 
variant='' optimize=0 march= debug=1 debian/yade${_VERSION}-dbg/usr/lib
        #optimized build
        NO_SCONS_GET_RECENT= scons profile=deb 
PREFIX=debian/yade${_VERSION}/usr variant='' optimize=1 debug=0
        cd doc/sphinx; PYTHONPATH=. 
YADE_PREFIX=../../debian/yade${_VERSION}/usr/ 
../../debian/yade${_VERSION}/usr/bin/yade${_VERSION} yadeSphinx.py; cd 
_build/latex; xelatex Yade.tex; xelatex Yade.tex; xelatex Yade.tex; cd ../..;

-- 
Yet Another Dynamic Engine. Platform for discrete element modeling.

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to