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

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

Changes since the last release:
- [CI] Add Coverage & Badges
- update CMake
parent b17b9a93
No related branches found
No related tags found
No related merge requests found
parametric-curves is a Template Library for creating curves. parametric-curves is a Template Library for creating curves. (python bindings)
This packages provides the python bindings for parametric-curves.
# robotpkg Makefile for: wip/py-parametric-curves # robotpkg Makefile for: wip/py-parametric-curves
# Created: Guilhem Saurel, on Fri 25 May, 2018 # Created: Guilhem Saurel, on Fri 25 May, 2018
# #
ORG= stack-of-tasks
NAME= parametric-curves NAME= parametric-curves
VERSION= 1.1.1 VERSION= 1.2.0
PKGNAME= ${PKGTAG.python-}${NAME}-${VERSION}
DISTNAME= ${NAME}-${VERSION} DISTNAME= ${NAME}-${VERSION}
MASTER_SITES= ${MASTER_SITE_GITHUB:=stack-of-tasks/${NAME}/releases/download/v${VERSION}/} PKGNAME= ${PKGTAG.python-}${DISTNAME}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}stack-of-tasks/${NAME}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}${ORG}/${NAME}
CHECKOUT_VCS_OPTS+= --recursive CHECKOUT_VCS_OPTS+= --recursive
CATEGORIES= wip CATEGORIES= wip
COMMENT= This packages provides a template based parametric curves library (python bindings) COMMENT= This packages provides a template based parametric curves library (python bindings)
LICENSE= gnu-lgpl-v3 LICENSE= 2-clause-bsd
MAINTAINER= gepetto-soft@laas.fr MAINTAINER= gepetto-soft@laas.fr
CMAKE_ARGS+= -DBUILD_PYTHON_INTERFACE=ON include ../../${CATEGORIES}/${NAME}/depend.mk
include ../../wip/${NAME}/depend.mk
include ../../math/py-eigenpy/depend.mk include ../../math/py-eigenpy/depend.mk
include ../../pkgtools/pkg-config/depend.mk include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/cmake.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