From e5f82c2816737c25dace2a3674bf71e7624eba30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Tue, 4 Jan 2011 14:51:20 -0500 Subject: [PATCH] disable building sfa on centos like onelab --- planetlab.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/planetlab.mk b/planetlab.mk index 1734557f..a66c33d3 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -311,12 +311,20 @@ ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)" ALL += ejabberd endif +# sfa now uses the with statement that's not supported on python-2.4 - not even through __future__ +build_sfa=true +ifeq "$(DISTRONAME)" "centos5" +build_sfa=false +endif + +ifeq "$(build_sfa)" "true" # # sfa - Slice Facility Architecture # sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa +endif # # nodeconfig -- 2.43.0