diff --git a/parametric-curves/Makefile b/parametric-curves/Makefile index 8822c80d2ef7f82c17c7d0ca25415d5e493f97c9..9fa5366d534fc29e73d20e66a38c530115bbfc21 100644 --- a/parametric-curves/Makefile +++ b/parametric-curves/Makefile @@ -1,20 +1,26 @@ # robotpkg Makefile for: wip/parametric-curves # Created: Olivier Stasse, on Tue. 5th Jan, 2018 # + +ORG= stack-of-tasks NAME= parametric-curves -VERSION= 1.1.1 +VERSION= 1.2.0 + DISTNAME= ${NAME}-${VERSION} -MASTER_SITES= ${MASTER_SITE_GITHUB:=stack-of-tasks/${NAME}/releases/download/v${VERSION}/} -MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}stack-of-tasks/${NAME} + +MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/} +MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}.git CHECKOUT_VCS_OPTS+= --recursive CATEGORIES= wip COMMENT= This packages provides a template based parametric curves library. -LICENSE= gnu-lgpl-v3 -MAINTAINER= ostasse@laas.fr +LICENSE= 2-clause-bsd +MAINTAINER= gepetto-soft@laas.fr + +CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF +CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib -CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=OFF -DYNAMIC_PLIST_DIRS+= share/doc/parametric-curves +DYNAMIC_PLIST_DIRS+= share/doc/${NAME} include ../../math/eigen3/depend.mk include ../../pkgtools/pkg-config/depend.mk diff --git a/parametric-curves/distinfo b/parametric-curves/distinfo index 82fa623f4d7265105aa35b258c7080011c4bd250..513d8e3dd3d3e621f1b49ee958197e32d9ade684 100644 --- a/parametric-curves/distinfo +++ b/parametric-curves/distinfo @@ -1,3 +1,3 @@ -SHA1 (parametric-curves-1.1.1.tar.gz) = 1acae7a80d34f76de4ac0b9a87551392ae011fbd -RMD160 (parametric-curves-1.1.1.tar.gz) = 20d54bc09033b1ccdf3cfd587fc3d8b8672d91e7 -Size (parametric-curves-1.1.1.tar.gz) = 814262 bytes +SHA1 (parametric-curves-1.2.0.tar.gz) = faf5fdb5dc9862606aeca9115ee104f5bb71336e +RMD160 (parametric-curves-1.2.0.tar.gz) = b5a0a63561fed8bb28781ddec251b0449b915ce0 +Size (parametric-curves-1.2.0.tar.gz) = 820754 bytes