Skip to content
Snippets Groups Projects
Commit a0126cc4 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-sot-torque-control] Bump to v1.1.0

Changes since the last version:
- Remove shell
- Add Gitlab-CI, update submodule, fix cmake, add BUILD_PYTHON_INTERFACE option
- Remove inclusion to allow c++-11 less compiling.
parent cdc58c41
No related branches found
No related tags found
No related merge requests found
Torque control for humanoid robots - python bindings
Torque control for humanoid robots (python bindings)
......@@ -4,37 +4,34 @@
ORG= stack-of-tasks
NAME= sot-torque-control
VERSION= 1.0.0
PKGREVISION= 3
VERSION= 1.1.0
DISTNAME= ${NAME}-${VERSION}
PKGNAME= ${PKGTAG.python-}${DISTNAME}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}.git
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}
CHECKOUT_VCS_OPTS= --recursive
MAINTAINER= gepetto@laas.fr
CATEGORIES= wip
COMMENT= Torque control for humanoids
COMMENT= Torque control for humanoids (python bindings)
LICENSE= 2-clause-bsd
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=ON
WRKSRC= ${WRKDIR}/${DISTNAME:a=}
MAINTAINER= gepetto-soft@laas.fr
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
include ../../${CATEGORIES}/${NAME}/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../math/eigen3/depend.mk
include ../../math/pinocchio/depend.mk
include ../../math/py-pinocchio/depend.mk
include ../../wip/dynamic-graph-v3/depend.mk
include ../../wip/py-dynamic-graph-v3/depend.mk
include ../../wip/sot-core-v3/depend.mk
#include ../../wip/py-sot-core-v3/depend.mk TODO
include ../../wip/py-sot-core-v3/depend.mk
include ../../wip/tsid/depend.mk
#include ../../wip/py-tsid/depend.mk TODO
include ../../wip/parametric-curves/depend.mk
include ../../wip/py-parametric-curves/depend.mk
include ../../wip/simple-humanoid-description/depend.mk
......
SHA1 (sot-torque-control-1.0.0.tar.gz) = c48b6e4cc4aa3a72d9b02f68b23d1095e4b51128
RMD160 (sot-torque-control-1.0.0.tar.gz) = 55ae474fa3beb6ac7bba59a23c6ad6c893122322
Size (sot-torque-control-1.0.0.tar.gz) = 1992663 bytes
SHA1 (sot-torque-control-1.1.0.tar.gz) = c47581f79d0669682f44558fac372091853d34b3
RMD160 (sot-torque-control-1.1.0.tar.gz) = dcf8d1ee0b5a6345c46962f428c4c9853f3b0fbe
Size (sot-torque-control-1.1.0.tar.gz) = 2012985 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