From 3838c38271f5bad05892f2649632367e8d05c519 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 16 Apr 2019 14:59:44 +0200 Subject: [PATCH] [wip/hpp-spline] Update to v4.5.0 Changes since v4.3.1: - fix evaluation of bezier of degree 0 - add tests --- hpp-spline/Makefile | 1 - hpp-spline/distinfo | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hpp-spline/Makefile b/hpp-spline/Makefile index ab1e79b7..9d5f257a 100644 --- a/hpp-spline/Makefile +++ b/hpp-spline/Makefile @@ -4,7 +4,6 @@ HPP_PACKAGE= hpp-spline HPP_COMMENT= spline and bezier curves -HPP_VERSION= 4.3.1 CATEGORIES= wip diff --git a/hpp-spline/distinfo b/hpp-spline/distinfo index 7f41d08e..1d11dff0 100644 --- a/hpp-spline/distinfo +++ b/hpp-spline/distinfo @@ -1,3 +1,3 @@ -SHA1 (hpp-spline-4.3.1.tar.gz) = d514ffb69d063037cc5f8fa42ccf7e4ea8540ef3 -RMD160 (hpp-spline-4.3.1.tar.gz) = 15da8d35b147d73477c114c705136fd1b9071c2f -Size (hpp-spline-4.3.1.tar.gz) = 795644 bytes +SHA1 (hpp-spline-4.5.0.tar.gz) = 598f96cdc7b524d5b4a025a668810a587dc8633d +RMD160 (hpp-spline-4.5.0.tar.gz) = a18df490d9816eeadf3f51f981213c9775dc55e4 +Size (hpp-spline-4.5.0.tar.gz) = 798745 bytes -- GitLab