[SCM] Yet Another Dynamic Engine. Platform for discrete element modeling. branch, master, updated. upstream/0.60.2-65-g553122d
Anton Gladky
gladky.anton at gmail.com
Tue May 24 18:12:44 UTC 2011
The following commit has been merged in the master branch:
commit 22b92eb0b595fca8521322c190137d8d8469ec91
Author: Anton Gladky <gladky.anton at gmail.com>
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.
More information about the debian-science-commits
mailing list