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

[wip/tsid] bump revision

split the package for python
parent 24426b70
No related branches found
No related tags found
No related merge requests found
# robotpkg Makefile for: math/tsid
# robotpkg Makefile for: wip/tsid
# Created: Justin Carpentier on Thu, 16 June 2017
#
ORG= stack-of-tasks
NAME= tsid
VERSION= 1.0.2
DISTNAME= tsid-${VERSION}
PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${PKGBASE}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/stack-of-tasks/${PKGBASE}
DISTNAME= ${NAME}-${VERSION}
MAINTAINER= gepetto@laas.fr
CATEGORIES= math
COMMENT= Efficient Inverse Dynamics based on Pinocchio
LICENSE= gnu-lgpl-v3
# parallel builds would consume all memory because of the g++ process size
MAKE_JOBS_SAFE= no
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git
CHECKOUT_VCS_OPTS+= --recursive
DYNAMIC_PLIST_DIRS+= share/doc/${PKGBASE}
CATEGORIES= wip
COMMENT= Efficient Inverse Dynamics based on Pinocchio
LICENSE= 2-clause-bsd
MAINTAINER= gepetto-soft@laas.fr
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF
CMAKE_ARGS+= -DBUILD_UNIT_TESTS=ON
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
USE_BOOST_LIBS= unit_test_framework
......
# robotpkg depend.mk for: math/tsid
# robotpkg depend.mk for: wip/tsid
# Created: Justin Carpentier on Thu, 16 June 2017
#
......
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