Skip to content
Snippets Groups Projects
Commit 27873917 authored by Mamoun Gharbi's avatar Mamoun Gharbi
Browse files

[wip/spark-genom] bump to verion 3.7

- bugfix: cleaning logs, segfault and conf print
- removing a patch
parent 34ab8011
No related branches found
No related tags found
No related merge requests found
# Created: Severin Lemaignan on Fri, 24 Sep 2010
#
DISTNAME= spark-genom-3.6
PKGREVISION= 2
DISTNAME= spark-genom-3.7
CATEGORIES= knowledge
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=spark-genom/}
MASTER_REPOSITORY= git ssh://git.openrobots.org/git/robots/spark-genom.git
......
......@@ -19,7 +19,7 @@ SYSTEM_SEARCH.spark-genom=\
DEPEND_USE+= spark-genom
DEPEND_ABI.spark-genom?=spark-genom>=3.6
DEPEND_ABI.spark-genom?=spark-genom>=3.7
DEPEND_DIR.spark-genom?=../../wip/spark-genom
endif # SPARK-GENOM_DEPEND_MK ----------------------------------------
......
SHA1 (spark-genom-3.6.tar.gz) = 591d0edea7b7bfc0f52420eeebab3d7523aef45f
RMD160 (spark-genom-3.6.tar.gz) = b564c2a6b540e02a9b5bbbeaa00b480e12c6db33
Size (spark-genom-3.6.tar.gz) = 78147 bytes
SHA1 (patch-aa) = 9b943e155bb1f0aa34891594eb8619d4feb837e8
SHA1 (spark-genom-3.7.tar.gz) = b39f97d2b57d1f53a75e187862c2195057adbb9a
RMD160 (spark-genom-3.7.tar.gz) = 756a259970263298bb3bc18c0d95086a479b0493
Size (spark-genom-3.7.tar.gz) = 78226 bytes
SHA1 (patch-ab) = 7fdd343d6544cb402daf0d2c3126c1157aeafb00
From 89af67c4587d408ae393d9a47e27714351d10183 Mon Sep 17 00:00:00 2001
From: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Thu, 6 Dec 2012 11:06:33 +0100
Subject: [PATCH] Add -lglut to EXTRA_LIBS if USE_GLUT was specified.
Required by newer bintutils.
XXX this still won't find glut if installed in a non-standard location.
---
codels/Makefile.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git codels/Makefile.in codels/Makefile.in
index 6cf5c47..26970f4 100644
--- codels/Makefile.in
+++ codels/Makefile.in
@@ -35,6 +35,10 @@ EXTRA_INCLUDES += -I${HOME}/openrobots/include/ni
# Add extra link flags (external libraries, ...)
#EXTRA_LIBS += @GBM_LIBS@ -lgenom @POM_EULER_LIBS@ @BIOMOVE3D_LIBS@
+ifneq ($(findstring USE_GLUT,${GENOM_DEFINES}),)
+EXTRA_LIBS += -lglut
+endif
+
#
# Install files here (any header that is not included in the .gen for instance)
# Files that are included in the GenoM file are automatically installed
--
1.7.9.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment