All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64
@ 2017-07-23 20:03 Bernd Kuhls
  2017-07-23 20:03 ` [Buildroot] [PATCH 2/2] package/x265: bump version to 2.5 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-07-23 20:03 UTC (permalink / raw)
  To: buildroot

Disable altivec support until gcc problems are fixed:
https://bitbucket.org/multicoreware/x265/issues/320/fail-to-build-on-power8-le#comment-34076791

Fixes
http://autobuild.buildroot.net/results/419/41910d44ff98c60a6bb9fd3b6a10bd4d0b98d646/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x265/x265.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index 2907ba373..2facf2c1d 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -16,6 +16,12 @@ ifeq ($(BR2_i386)$(BR2_x86_64),y)
 X265_DEPENDENCIES += host-yasm
 endif
 
+# disable altivec, it has build issues
+# https://bitbucket.org/multicoreware/x265/issues/320/
+ifeq ($(BR2_powerpc64)$(BR2_powerpc64le),y)
+X265_CONF_OPTS += -DENABLE_ALTIVEC=OFF
+endif
+
 ifeq ($(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
 X265_CONF_OPTS += -DENABLE_SHARED=ON -DENABLE_PIC=ON
 else
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/x265: bump version to 2.5
  2017-07-23 20:03 [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Bernd Kuhls
@ 2017-07-23 20:03 ` Bernd Kuhls
  2017-07-24 15:56 ` [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Thomas Petazzoni
  2017-07-25 22:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-07-23 20:03 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x265/x265.hash | 2 +-
 package/x265/x265.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x265/x265.hash b/package/x265/x265.hash
index 1ad81700a..3e44b0369 100644
--- a/package/x265/x265.hash
+++ b/package/x265/x265.hash
@@ -1,2 +1,2 @@
 # Locally generated
-sha256 9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729  x265_2.4.tar.gz
+sha256 2e53259b504a7edb9b21b9800163b1ff4c90e60c74e23e7001d423c69c5d3d17  x265_2.5.tar.gz
diff --git a/package/x265/x265.mk b/package/x265/x265.mk
index 2facf2c1d..ae570e6e4 100644
--- a/package/x265/x265.mk
+++ b/package/x265/x265.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-X265_VERSION = 2.4
+X265_VERSION = 2.5
 X265_SOURCE = x265_$(X265_VERSION).tar.gz
 X265_SITE = https://bitbucket.org/multicoreware/x265/downloads
 X265_LICENSE = GPL-2.0+
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64
  2017-07-23 20:03 [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Bernd Kuhls
  2017-07-23 20:03 ` [Buildroot] [PATCH 2/2] package/x265: bump version to 2.5 Bernd Kuhls
@ 2017-07-24 15:56 ` Thomas Petazzoni
  2017-07-25 22:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-07-24 15:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 23 Jul 2017 22:03:38 +0200, Bernd Kuhls wrote:
> Disable altivec support until gcc problems are fixed:
> https://bitbucket.org/multicoreware/x265/issues/320/fail-to-build-on-power8-le#comment-34076791
> 
> Fixes
> http://autobuild.buildroot.net/results/419/41910d44ff98c60a6bb9fd3b6a10bd4d0b98d646/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x265/x265.mk | 6 ++++++
>  1 file changed, 6 insertions(+)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64
  2017-07-23 20:03 [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Bernd Kuhls
  2017-07-23 20:03 ` [Buildroot] [PATCH 2/2] package/x265: bump version to 2.5 Bernd Kuhls
  2017-07-24 15:56 ` [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Thomas Petazzoni
@ 2017-07-25 22:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-07-25 22:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Disable altivec support until gcc problems are fixed:
 > https://bitbucket.org/multicoreware/x265/issues/320/fail-to-build-on-power8-le#comment-34076791

 > Fixes
 > http://autobuild.buildroot.net/results/419/41910d44ff98c60a6bb9fd3b6a10bd4d0b98d646/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x and 2017.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-25 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-23 20:03 [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Bernd Kuhls
2017-07-23 20:03 ` [Buildroot] [PATCH 2/2] package/x265: bump version to 2.5 Bernd Kuhls
2017-07-24 15:56 ` [Buildroot] [PATCH 1/2] package/x265: disable altivec on ppc64 Thomas Petazzoni
2017-07-25 22:18 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.