The following commit has been merged in the master branch:
commit 22b92eb0b595fca8521322c190137d8d8469ec91
Author: Anton Gladky <[email protected]>
Date:   Tue May 24 20:08:30 2011 +0200

    Output an information about available memory and CPU before building

diff --git a/debian/rules b/debian/rules
index b67f91a..5e06ec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,9 @@ override_dh_auto_configure:
 override_dh_auto_build:
        # remove the profile, if existing, to have clean config
        rm -f scons.profile-deb
+       #Output an information about available memory and CPU
+       -cat /proc/meminfo
+       -cat /proc/cpuinfo
        # the last argument specified that we only want files in lib installed 
-- common files (the executable) are already in the optimized package
        export MPLCONFIGDIR=${tmpDirMatplotLib}; NO_SCONS_GET_RECENT= scons 
profile=deb buildPrefix=debian runtimePREFIX=/usr version=${VERSION} brief=0 
chunkSize=2 -j1 features=vtk,gts,opengl,qt4,openmp PREFIX=${tmpInstallDbg} 
variant='' optimize=0 march= debug=1 ${tmpInstallDbg}/lib
        #optimized build

-- 
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