[glom] xdg-app-builder manifest: boost: Tell it what python to use.



commit dcab4c44cd830963de2ac9e94e3a23cb63a40980
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Dec 12 15:40:56 2015 +0100

    xdg-app-builder manifest: boost: Tell it what python to use.
    
    Otherwise it just uses the one in /usr, even if you ask it to use
    a version of python that is not there.

 glom-xdg-app-builder/manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom-xdg-app-builder/manifest.json b/glom-xdg-app-builder/manifest.json
index cced300..8651c5d 100644
--- a/glom-xdg-app-builder/manifest.json
+++ b/glom-xdg-app-builder/manifest.json
@@ -263,7 +263,7 @@
         },
         {
             "name": "boost-python",
-            "config-opts": [ "--with-libraries=python" ],
+            "config-opts": [ "--with-libraries=python" "--with-python-root=/app" 
"--with-python-version=3.5m" ],
             "build-options" : { "cxxflags": "-O2 -g -std=c++11" },
             "sources": [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]