[Buildroot] [git commit branch/next] package/eigen: bump version to 3.3.3

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun May 28 12:56:01 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=21ac9b542124d7c7fff42ed7553efc2e6684c80a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Added hash, changed _SITE to upstream tarball according to
http://eigen.tuxfamily.org/index.php

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/eigen/eigen.hash | 2 ++
 package/eigen/eigen.mk   | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/eigen/eigen.hash b/package/eigen/eigen.hash
new file mode 100644
index 0000000..6320a6e
--- /dev/null
+++ b/package/eigen/eigen.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 a4143fc45e4454b4b98fcea3516b3a79b8cdb3bc7fadf996d088c6a0d805fea1  3.3.3.tar.bz2
diff --git a/package/eigen/eigen.mk b/package/eigen/eigen.mk
index 6ae2911..79f02e4 100644
--- a/package/eigen/eigen.mk
+++ b/package/eigen/eigen.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-EIGEN_VERSION = 3.2.5
-EIGEN_SITE = https://bitbucket.org/eigen/eigen
-EIGEN_SITE_METHOD = hg
+EIGEN_VERSION = 3.3.3
+EIGEN_SOURCE = $(EIGEN_VERSION).tar.bz2
+EIGEN_SITE = https://bitbucket.org/eigen/eigen/get
 EIGEN_LICENSE = MPL2, BSD-3-Clause, LGPL-2.1
 EIGEN_LICENSE_FILES = COPYING.MPL2 COPYING.BSD COPYING.LGPL COPYING.README
 EIGEN_INSTALL_STAGING = YES


More information about the buildroot mailing list