diff mbox

[PATCH/next] package/fftw: bump version to 3.3.6-pl2

Message ID 20170528133151.6604-1-bernd.kuhls@t-online.de
State Accepted
Headers show

Commit Message

Bernd Kuhls May 28, 2017, 1:31 p.m. UTC
Added sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
Platform options need major rework, please refer to
http://patchwork.ozlabs.org/patch/661673/ for details.

This bump also adds avx2 and Power8 VSX as new options which should be
addressed as well.

 package/fftw/fftw.hash | 6 ++++--
 package/fftw/fftw.mk   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni May 28, 2017, 1:42 p.m. UTC | #1
Hello,

On Sun, 28 May 2017 15:31:51 +0200, Bernd Kuhls wrote:
> Added sha256 hash.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to next.

> Platform options need major rework, please refer to
> http://patchwork.ozlabs.org/patch/661673/ for details.

Would indeed be nice to solve this problem at some point in the future.
The best would be if fftw build system was fixed to be able to generate
the different "versions" in one build pass rather than having to create
multiple Buildroot packages.

Thanks!

Thomas
Thomas Petazzoni May 28, 2017, 1:43 p.m. UTC | #2
Hello,

On Sun, 28 May 2017 15:31:51 +0200, Bernd Kuhls wrote:

> Platform options need major rework, please refer to
> http://patchwork.ozlabs.org/patch/661673/ for details.
> 
> This bump also adds avx2 and Power8 VSX as new options which should be
> addressed as well.

Perhaps you could add those items in the TODO list at
http://elinux.org/Buildroot#Todo_list. We sometimes have newcomers
looking for things to work on, so it's nice to have a TODO list full of
ideas.

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/fftw/fftw.hash b/package/fftw/fftw.hash
index 62b8f0f0d..b00f447e0 100644
--- a/package/fftw/fftw.hash
+++ b/package/fftw/fftw.hash
@@ -1,2 +1,4 @@ 
-# From http://www.fftw.org/fftw-3.3.4.tar.gz.md5sum
-md5	2edab8c06b24feeb3b82bbb3ebf3e7b3	fftw-3.3.4.tar.gz
+# From http://www.fftw.org/fftw-3.3.6-pl2.tar.gz.md5sum
+md5 927e481edbb32575397eb3d62535a856  fftw-3.3.6-pl2.tar.gz
+# Locally computed
+sha256 a5de35c5c824a78a058ca54278c706cdf3d4abba1c56b63531c2cb05f5d57da2  fftw-3.3.6-pl2.tar.gz
diff --git a/package/fftw/fftw.mk b/package/fftw/fftw.mk
index 671c99bd9..0f32f7958 100644
--- a/package/fftw/fftw.mk
+++ b/package/fftw/fftw.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-FFTW_VERSION = 3.3.4
+FFTW_VERSION = 3.3.6-pl2
 FFTW_SITE = http://www.fftw.org
 FFTW_INSTALL_STAGING = YES
 FFTW_LICENSE = GPL-2.0+