From 9518067fd259ac456ee9e959b44a04bd1e713a2a Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 23 Aug 2018 12:34:03 +0200 Subject: [PATCH] [wip/tsid] bump revision split the package for python --- tsid/Makefile | 29 ++++++++++++++--------------- tsid/depend.mk | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/tsid/Makefile b/tsid/Makefile index 20e8528a..9508ae24 100644 --- a/tsid/Makefile +++ b/tsid/Makefile @@ -1,27 +1,26 @@ -# 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 diff --git a/tsid/depend.mk b/tsid/depend.mk index f14e91fc..a36661e5 100644 --- a/tsid/depend.mk +++ b/tsid/depend.mk @@ -1,4 +1,4 @@ -# robotpkg depend.mk for: math/tsid +# robotpkg depend.mk for: wip/tsid # Created: Justin Carpentier on Thu, 16 June 2017 # -- GitLab