declare myslice and manifold in lxc for more consistency
[build.git] / onelab.mk
index 6b8ab5d..d76ac81 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -565,8 +565,7 @@ release-RPMDATE := yes
 ALL += release
 
 ##############################
-# sfa now uses the with statement that's not supported on python-2.4 - not even through __future__
-# In addition we now use sqlalchemy and 0.5 as per f12 is not compatible with our model
+# sfa requires python-2.7
 build_sfa=true
 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
 build_sfa=false
@@ -586,11 +585,11 @@ ALL += sface
 endif
 
 ##############################
+# don't build these by default, we have separate builds for that
 myslice-MODULES := myslice
 myslice-SPEC := myslice.spec
-ALL += myslice
+#ALL += myslice
 
 manifold-MODULES := manifold
 manifold-SPEC := manifold.spec
-# not yet though
 #ALL += manifold