Skip to content
Snippets Groups Projects
Commit 09dc3a83 authored by Séverin Lemaignan's avatar Séverin Lemaignan
Browse files

[wip/mhp-genom] Bumped to 2.5.1

NOthing major, mostly bug fixes + solving compilation issues with Move3D
parent 1d7003e0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Created: Severin Lemaignan on Tue, 31 Aug 2010
#
DISTNAME= mhp-genom-2.2
DISTNAME= mhp-genom-2.5.1
CATEGORIES= path
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=mhp-genom/}
MASTER_REPOSITORY= git ssh://softs/git/robots/mhp-genom
......@@ -78,9 +78,6 @@ GENOM_MODULE= mhp
# HRI with BioMove3D
REQD_BUILD_OPTIONS.BioMove3D:= jido
#Hack to set the Move3D path for mhp-genom/codels/Makefile
MAKE_ENV+= MOVE3D=${PREFIX.BioMove3D}/include/BioMove3D
include ../../wip/sysdep/xforms.mk
include ../../wip/BioMove3D/depend.mk
......
......@@ -33,7 +33,7 @@ SYSTEM_SEARCH.mhp-genom=\
DEPEND_USE+= mhp-genom
DEPEND_ABI.mhp-genom?=mhp-genom>=2.2
DEPEND_ABI.mhp-genom?=mhp-genom>=2.5.1
DEPEND_DIR.mhp-genom?=../../wip/mhp-genom
#include ../../wip/??
......
SHA1 (mhp-genom-2.2.tar.gz) = af165f42d80937daf4bca3f8d1ebc015d425f9cf
RMD160 (mhp-genom-2.2.tar.gz) = 390886343340095000a38b7685174ec59607aadb
Size (mhp-genom-2.2.tar.gz) = 53325 bytes
SHA1 (patch-aa) = 4faefa87e2aa9fbd5d2d1b980886b9d68db88e9c
SHA1 (mhp-genom-2.5.1.tar.gz) = 88aed0e5ba95ce1c0ab070deeb1aa975d00f2f29
RMD160 (mhp-genom-2.5.1.tar.gz) = 1a8c1a43f105f856c60991c71cc2b1d8d9b0320a
Size (mhp-genom-2.5.1.tar.gz) = 53702 bytes
--- codels/Makefile.in.orig 2010-08-23 17:49:14.000000000 +0200
+++ codels/Makefile.in 2010-09-02 14:04:22.171742000 +0200
@@ -12,7 +12,7 @@
INSTALL= @INSTALL@
#--- custom path ----
-MOVE3D = /usr/local/openrobots/include/BioMove3D
+MOVE3D?= /usr/local/openrobots/include/BioMove3D
#---------------------
include $(MOVE3D)/move3DFlags
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