From 00813d177975abab3e9270d918e8b940dcc0f856 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 23 Feb 2012 18:17:19 +0100 Subject: [PATCH] turn off sfa on f12 --- onelab.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/onelab.mk b/onelab.mk index 2b332238..5f61aacd 100644 --- a/onelab.mk +++ b/onelab.mk @@ -383,8 +383,9 @@ ALL += ejabberd endif # 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 build_sfa=true -ifeq "$(DISTRONAME)" "centos5" +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)" build_sfa=false endif @@ -395,11 +396,11 @@ ifeq "$(build_sfa)" "true" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa -endif sface-MODULES := sface sface-SPEC := sface.spec ALL += sface +endif # # nodeconfig -- 2.47.0