diff mbox

[1/1] package/eigen: bump from 3.2.0 to 3.2.5

Message ID 1439809667-11702-1-git-send-email-yba@tkos.co.il
State Accepted
Headers show

Commit Message

Jonathan Ben Avraham Aug. 17, 2015, 11:07 a.m. UTC
From: Jonathan Ben Avraham <yba@tkos.co.il>

The current version of Eigen in Buildroot is 3.2.0 which was
released in 2013. Eigen is an active project with too many
important changes to begin to list in a bump commit message.
See the project's published changelog for details:
http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.5

Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
---
 package/eigen/eigen.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Aug. 18, 2015, 9:05 p.m. UTC | #1
Dear Jonathan Ben-Avraham,

On Mon, 17 Aug 2015 14:07:47 +0300, Jonathan Ben-Avraham wrote:
> From: Jonathan Ben Avraham <yba@tkos.co.il>
> 
> The current version of Eigen in Buildroot is 3.2.0 which was
> released in 2013. Eigen is an active project with too many
> important changes to begin to list in a bump commit message.
> See the project's published changelog for details:
> http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.5
> 
> Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
> ---
>  package/eigen/eigen.mk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/eigen/eigen.mk b/package/eigen/eigen.mk
index 1ac5707..0153303 100644
--- a/package/eigen/eigen.mk
+++ b/package/eigen/eigen.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-# version 3.2
-EIGEN_VERSION = ffa86ffb5570
+# version 3.2.5
+EIGEN_VERSION = 175a47a35f0c
 EIGEN_SITE = https://bitbucket.org/eigen/eigen
 EIGEN_SITE_METHOD = hg
 EIGEN_LICENSE = MPL2, BSD-3c, LGPLv2.1