[Lunar-commits] <moonbase-other> gdal: adding --root=/ to the python part of the BUILD (python3 not effected). This will

Dennis Veatch dennisveatch at bellsouth.net
Fri Oct 10 16:35:07 CEST 2014


commit ce92c17a5aabe4efa084aaf62ce1bc3079678c44
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 10 Oct 2014 10:32:31 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/ce92c17a5aabe4efa084aaf62ce1bc3079678c44

gdal: adding --root=/ to the python part of the BUILD (python3 not effected). This will

stop gdal from trashing the site-packages causing a lunar fix Python from kicking off due
to missing files. There may be other python related modules of this nature that might
make us of --root=/
---
  libs/gdal/BUILD | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/libs/gdal/BUILD
+++ b/libs/gdal/BUILD
@@ -17,7 +17,7 @@
   if in_depends $MODULE Python ; then
     cd swig/python &&
     python setup.py build &&
-    python setup.py install
+    python setup.py install --root=/
   fi &&
 
   if in_depends $MODULE Python ; then




More information about the Lunar-commits mailing list