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

[wip/parametric-curves] Bump to v1.2.0

Changes since the last release:
- [CI] Add Coverage & Badges
- update CMake
parent 899ce5b2
No related branches found
No related tags found
No related merge requests found
# robotpkg Makefile for: wip/parametric-curves # robotpkg Makefile for: wip/parametric-curves
# Created: Olivier Stasse, on Tue. 5th Jan, 2018 # Created: Olivier Stasse, on Tue. 5th Jan, 2018
# #
ORG= stack-of-tasks
NAME= parametric-curves NAME= parametric-curves
VERSION= 1.1.1 VERSION= 1.2.0
DISTNAME= ${NAME}-${VERSION} 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 CHECKOUT_VCS_OPTS+= --recursive
CATEGORIES= wip CATEGORIES= wip
COMMENT= This packages provides a template based parametric curves library. COMMENT= This packages provides a template based parametric curves library.
LICENSE= gnu-lgpl-v3 LICENSE= 2-clause-bsd
MAINTAINER= ostasse@laas.fr 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/${NAME}
DYNAMIC_PLIST_DIRS+= share/doc/parametric-curves
include ../../math/eigen3/depend.mk include ../../math/eigen3/depend.mk
include ../../pkgtools/pkg-config/depend.mk include ../../pkgtools/pkg-config/depend.mk
......
SHA1 (parametric-curves-1.1.1.tar.gz) = 1acae7a80d34f76de4ac0b9a87551392ae011fbd SHA1 (parametric-curves-1.2.0.tar.gz) = faf5fdb5dc9862606aeca9115ee104f5bb71336e
RMD160 (parametric-curves-1.1.1.tar.gz) = 20d54bc09033b1ccdf3cfd587fc3d8b8672d91e7 RMD160 (parametric-curves-1.2.0.tar.gz) = b5a0a63561fed8bb28781ddec251b0449b915ce0
Size (parametric-curves-1.1.1.tar.gz) = 814262 bytes Size (parametric-curves-1.2.0.tar.gz) = 820754 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