[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. upstream/0.8.2-140-ge61fdaa

Alexander Dreyer adreyer at gmx.de
Tue Jan 22 23:24:27 UTC 2013


The following commit has been merged in the master branch:
commit aec7374114f3892991a09f264e0a3a286ccad38b
Author: Alexander Dreyer <adreyer at gmx.de>
Date:   Tue Jan 22 14:51:01 2013 +0100

    prepare-install only builds python stuff if HAVE_PYTHON_EXTENSION

diff --git a/SConstruct b/SConstruct
index 86704ca..5d11c47 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2069,7 +2069,10 @@ Type=Application
 
 env.Alias('prepare-static',  stlibs)
 env.Alias('prepare-install',
-          dylibs + readabledevellibs + [BuildPyPBPath(), pyroot, DocPath()])
+          dylibs + readabledevellibs + [DocPath()])
+
+if HAVE_PYTHON_EXTENSION:
+    env.Alias('prepare-install', [BuildPyPBPath(), pyroot])
 
 env.Alias('prepare-devel',  ['prepare-static', 'prepare-install'])
 

-- 
polybori: Polynomials over Boolean Rings



More information about the debian-science-commits mailing list