Skip to content
Snippets Groups Projects
Commit ad497b08 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/hyper-genom-plugin] Delete obsolete package

Not touched for 4 years, broken on recent distributions, no feedback.
parent eac93bac
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ SUBDIR+= hrp2-bringup
SUBDIR+= hrp2-computer-monitor
SUBDIR+= hrp2-machine
SUBDIR+= hyper
SUBDIR+= hyper-genom-plugin
SUBDIR+= hyper-viewer
SUBDIR+= infuse-asn1-conversions
SUBDIR+= infuse-asn1-types
......
This package makes the link between hyper, the supervision framework, and genom
modules instance that it must control.
# robotpkg Makefile for: supervision/hyper-genom-plugin
# Created: Arnaud Degroote on Mon, 8 Oct 2012
#
PKGNAME= hyper-genom-plugin-${VERSION}
DISTNAME= hyper_genom-${VERSION}
VERSION= 0.12
CATEGORIES= supervision
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hyper_genom/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}hyper_genom
MAINTAINER= arnaud.degroote@laas.fr
COMMENT= Link between Hyper and Genom
LICENSE= 2-clause-bsd
CMAKE_ARGS+= -DBOOST_INCLUDEDIR=${PREFIX.boost-headers}/include
CMAKE_ARGS+= -DBOOST_LIBDIR=${PREFIX.boost-libs}/include
DEPEND_ABI.boost-libs=boost-libs>=1.46.1
DEPEND_ABI.boost-headers=boost-headers>=1.46.1
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../wip/hyper/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Mon Oct 8 11:09:57 CEST 2012
include/hyper/genom_model/compute_expression.hh
include/hyper/genom_model/generate_module_interface.hh
include/hyper/genom_model/genom_process.hh
include/hyper/genom_model/genom_tclserv_client_module.hh
include/hyper/genom_model/poster.hh
include/hyper/genom_model/reference.hh
include/hyper/genom_model/tclserv_client_queue.hh
include/hyper/genom_model/utils.hh
lib/libhyper_genom.so
# robotpkg depend.mk for: supervision/hyper-genom-plugin
# Created: Arnaud Degroote on Mon, 8 Oct 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HYPER_GENOM_DEPEND_MK:=${HYPER_GENOM_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hyper-genom-plugin
endif
ifeq (+,$(HYPER_GENOM_DEPEND_MK))
PREFER.hyper-genom-plugin?= robotpkg
DEPEND_USE+= hyper-genom-plugin
DEPEND_ABI.hyper?= hyper-genom-plugin>=0.9
DEPEND_DIR.hyper?= ../../wip/hyper-genom-plugin
SYSTEM_SEARCH.hyper-genom-plugin=\
include/hyper/genom_model/genom_process.hh \
lib/libhyper_genom.so
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hyper_genom-0.12.tar.gz) = 7b3b4e2a704dc210a45f68618c13ce1f089576f9
RMD160 (hyper_genom-0.12.tar.gz) = 0a2818666f84233e6a81115f6cabe99287b91795
Size (hyper_genom-0.12.tar.gz) = 9831 bytes
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