From 16166fbfabf470b9d7feafc3ada6a873c2156091 Mon Sep 17 00:00:00 2001
From: Anthony Mallet <anthony.mallet@laas.fr>
Date: Mon, 5 Nov 2012 11:55:37 +0100
Subject: [PATCH] [wip] Disconnect hyper from the build

This raises too many issues with the current bulk + virtualbox setup.

gcc eats more than 1GB, especially for a couple of source files, and it either
segfaults after reaching the datasize/stacksize limit or compiles for hours,
preventing the rest the bulk from being properly tested.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 31aec414..ae1e1ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SUBDIR+=	genom3-ros
 SUBDIR+=	genomix
 SUBDIR+=	gest-genom
 SUBDIR+=	hpp-geometry
-SUBDIR+=	hyper
+# the following has too many issues in bulk + virtualbox SUBDIR+=	hyper
 SUBDIR+=	hyper_genom
 SUBDIR+=	jafar-kernel
 SUBDIR+=	jafar-lgl
-- 
GitLab