The following commit has been merged in the master branch:
commit 67adc6ca4c19d1381b475a99c12deb4252fcf930
Author: Anton Gladky <[email protected]>
Date:   Sat Jul 2 14:42:38 2011 +0200

    Fix FTBFS on powerpc.

diff --git a/debian/rules b/debian/rules
index 7ab0185..a72b15b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_build:
        -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) HOME=$(tmpDirMatplotLib)$ ; 
NO_SCONS_GET_RECENT= scons profile=deb buildPrefix=debian runtimePREFIX=/usr 
version='' brief=0 chunkSize=2 -j1 features=vtk,gts,opengl,qt4,openmp 
PREFIX=$(tmpInstallDbg) variant='' CXXFLAGS='$(CXXFLAGS)' optimize=0 debug=1 
+       export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib)$ ; 
NO_SCONS_GET_RECENT= scons profile=deb buildPrefix=debian runtimePREFIX=/usr 
version='' brief=0 chunkSize=2 features=vtk,gts,opengl,qt4,openmp 
PREFIX=$(tmpInstallDbg) variant='' CXXFLAGS='$(CXXFLAGS)' optimize=0 march= 
debug=1 
        #optimized build
        export MPLCONFIGDIR=$(tmpDirMatplotLib) HOME=$(tmpDirMatplotLib) ; 
NO_SCONS_GET_RECENT= scons profile=deb PREFIX=$(tmpInstall) variant=''  -j1 
optimize=1 debug=0
        # generate manpages

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