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

[wip/hyper] Delete obsolete package

Not touched for 4 years, broken on recent distributions, no feedback.
parent 4bb33f93
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ SUBDIR+= hrp2-14-description
SUBDIR+= hrp2-bringup
SUBDIR+= hrp2-computer-monitor
SUBDIR+= hrp2-machine
SUBDIR+= hyper
SUBDIR+= infuse-asn1-conversions
SUBDIR+= infuse-asn1-types
SUBDIR+= infuse-envire
......
Hyper is an implementation of the supervision framework ROAR.
It provides the compiler for the ROAR specification language, and the basic
runtime libraries for the generated agent.
# robotpkg Makefile for: supervision/hyper
# Created: Arnaud Degroote on Mon, 8 Oct 2012
#
DISTNAME= hyper-${VERSION}
VERSION= 0.13
PKGREVISION= 1
CATEGORIES= supervision
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hyper/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}hyper
MAINTAINER= arnaud.degroote@laas.fr
COMMENT= Multi-agent supervision framework for autonomous robots
LICENSE= 2-clause-bsd
MAKE_JOBS_SAFE= no # because gcc eats up to 1GB for some files...
CMAKE_ARGS+= -DBOOST_INCLUDEDIR=${PREFIX.boost-headers}/include
CMAKE_ARGS+= -DBOOST_LIBDIR=${PREFIX.boost-libs}/include
# doc option
PKG_SUPPORTED_OPTIONS+= doc
PKG_OPTION_DESCR.doc?= Install ${PKGBASE} documentation
define PKG_OPTION_SET.doc
CMAKE_ARGS+= -DBUILD_DOC=ON
CMAKE_ARGS+= -DSPHINX_BUILD=${PREFIX.py-sphinx}/bin/sphinx-build
DYNAMIC_PLIST_DIRS+= share/doc/hyper
include ../../mk/sysdep/py-sphinx.mk
endef
define PKG_OPTION_UNSET.doc
CMAKE_ARGS+= -DBUILD_DOC=OFF
endef
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 ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Tue May 7 12:33:24 CEST 2013
bin/hyperc
bin/hyperlog
bin/hyperruntime
include/hyper/compiler/ability.hh
include/hyper/compiler/ability_parser.hh
include/hyper/compiler/base_parser.hh
include/hyper/compiler/cond_block_parser.hh
include/hyper/compiler/condition_output.hh
include/hyper/compiler/depends.hh
include/hyper/compiler/exec_expression_output.hh
include/hyper/compiler/expression_ast.hh
include/hyper/compiler/extension.hh
include/hyper/compiler/extract_symbols.hh
include/hyper/compiler/extract_unused_result.hh
include/hyper/compiler/functions_def.hh
include/hyper/compiler/functions_def_parser.hh
include/hyper/compiler/import_exception.hh
include/hyper/compiler/import_parser.hh
include/hyper/compiler/logic_expression_output.hh
include/hyper/compiler/output.hh
include/hyper/compiler/parser.hh
include/hyper/compiler/recipe.hh
include/hyper/compiler/recipe_condition.hh
include/hyper/compiler/recipe_context.hh
include/hyper/compiler/recipe_expression.hh
include/hyper/compiler/recipe_expression_output.hh
include/hyper/compiler/recipe_parser.hh
include/hyper/compiler/rules_def_parser.hh
include/hyper/compiler/scope.hh
include/hyper/compiler/symbols.hh
include/hyper/compiler/symbols_parser.hh
include/hyper/compiler/task.hh
include/hyper/compiler/task_parser.hh
include/hyper/compiler/types.hh
include/hyper/compiler/types_fwd.hh
include/hyper/compiler/types_parser.hh
include/hyper/compiler/universe.hh
include/hyper/compiler/utils.hh
include/hyper/hyperConfig.hh
include/hyper/logic/backward_chaining.hh
include/hyper/logic/engine.hh
include/hyper/logic/eval.hh
include/hyper/logic/expression.hh
include/hyper/logic/facts.hh
include/hyper/logic/function_def.hh
include/hyper/logic/logic_var.hh
include/hyper/logic/rules.hh
include/hyper/logic/unify.hh
include/hyper/model/ability.hh
include/hyper/model/ability_impl.hh
include/hyper/model/ability_test.hh
include/hyper/model/abortable_function.hh
include/hyper/model/actor_impl.hh
include/hyper/model/compute_abort_expression.hh
include/hyper/model/compute_assert_expression.hh
include/hyper/model/compute_ensure_expression.hh
include/hyper/model/compute_expression.hh
include/hyper/model/compute_make_expression.hh
include/hyper/model/compute_task_tree.hh
include/hyper/model/compute_wait_expression.hh
include/hyper/model/concurrent_queue.hh
include/hyper/model/discover_root.hh
include/hyper/model/eval_conditions_fwd.hh
include/hyper/model/evaluate_conditions.hh
include/hyper/model/execute.hh
include/hyper/model/execute_impl.hh
include/hyper/model/future.hh
include/hyper/model/get_value.hh
include/hyper/model/logic_layer.hh
include/hyper/model/logic_layer_fwd.hh
include/hyper/model/logic_layer_impl.hh
include/hyper/model/main.hh
include/hyper/model/main_test.hh
include/hyper/model/operator.hh
include/hyper/model/proxy.hh
include/hyper/model/recipe.hh
include/hyper/model/recipe_fwd.hh
include/hyper/model/setter.hh
include/hyper/model/setter_impl.hh
include/hyper/model/task.hh
include/hyper/model/task_fwd.hh
include/hyper/model/types.hh
include/hyper/model/update.hh
include/hyper/model/update_impl.hh
include/hyper/network/actor_protocol.hh
include/hyper/network/algorithm.hh
include/hyper/network/client_tcp_impl.hh
include/hyper/network/json_archive.hh
include/hyper/network/log.hh
include/hyper/network/log_level.hh
include/hyper/network/msg.hh
include/hyper/network/msg_constraint.hh
include/hyper/network/msg_log.hh
include/hyper/network/msg_name.hh
include/hyper/network/msg_proxy.hh
include/hyper/network/nameserver.hh
include/hyper/network/ping.hh
include/hyper/network/proxy_container.hh
include/hyper/network/proxy_visitor.hh
include/hyper/network/runtime_error.hh
include/hyper/network/select_serialization.hh
include/hyper/network/server_tcp_impl.hh
include/hyper/network/socket_tcp_serialized.hh
include/hyper/network/types.hh
include/hyper/network/utils.hh
include/hyper/utils/algorithm.hh
include/hyper/version.hh
lib/libhyper_compiler.so
lib/libhyper_logic.so
lib/libhyper_model.so
lib/libhyper_network.so
share/hyper/FindBoost.cmake
share/hyper/HyperConfig.cmake
share/hyper/HyperNode.cmake
${PLIST.doc}share/man/man1/hyperc.1.gz
# robotpkg depend.mk for: supervision/hyper
# Created: Arnaud Degroote on Mon, 8 Oct 2012
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
HYPER_DEPEND_MK:=${HYPER_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= hyper
endif
ifeq (+,$(HYPER_DEPEND_MK))
PREFER.hyper?= robotpkg
DEPEND_USE+= hyper
DEPEND_ABI.hyper?= hyper>=0.12
DEPEND_DIR.hyper?= ../../wip/hyper
SYSTEM_SEARCH.hyper=\
bin/hyperc \
include/hyper/hyperConfig.hh \
lib/libhyper_model.so
endif
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (hyper-0.13.tar.gz) = 72fa6149a7ecdecb8f72c8e8d4fc4dca7f13ffce
RMD160 (hyper-0.13.tar.gz) = 66aac0978389f97b145ffc041adb7178dae77a95
Size (hyper-0.13.tar.gz) = 207480 bytes
SHA1 (patch-aa) = 1a0b48d3a93bfe20cb965a80b306de83d6bf2c03
Fix a typo while checking argument of test programm
diff --git a/src/model/ability_test.cc b/src/model/ability_test.cc
index d42cd2d..08d8a8d 100644
--- src/model/ability_test.cc
+++ src/model/ability_test.cc
@@ -226,7 +226,7 @@ ability_test::correct_usage(int argc, char** argv)
arguments[0] == "make" or
arguments[0] == "ensure" or
(arguments[0] == "let" and argc == 7 and
- (arguments[4] != "make" or arguments[4] == "ensure")));
+ (arguments[4] == "make" or arguments[4] == "ensure")));
}
int
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