summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-06-06 20:07:13 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-06-06 20:07:13 +0200
commitfac75f46de2171fe8cb24b6b81833c990f312e74 (patch)
treef2fbc90ee31b4be8141f148b71870bc8218f4d05
parent7e3e0f4514989c840cc300ed1aa9ed2757185262 (diff)
stage3 ppc64le complete
-rw-r--r--src/stage3/patches/generic/boost.patch15
-rw-r--r--src/stage3/patches/generic/libtool.patch14
2 files changed, 20 insertions, 9 deletions
diff --git a/src/stage3/patches/generic/boost.patch b/src/stage3/patches/generic/boost.patch
index da60b61..9c0435f 100644
--- a/src/stage3/patches/generic/boost.patch
+++ b/src/stage3/patches/generic/boost.patch
@@ -1,11 +1,12 @@
---- a/PKGBUILD 2018-03-17 18:52:01.668936255 +0100
-+++ b/PKGBUILD 2018-03-17 19:06:24.436261723 +0100
-@@ -28,7 +28,7 @@ build() {
+diff -rupN a/PKGBUILD b/PKGBUILD
+--- a/PKGBUILD 2018-06-06 17:17:39.352815084 +0200
++++ b/PKGBUILD 2018-06-06 17:17:47.479481833 +0200
+@@ -38,6 +38,8 @@ build() {
- ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
-
-- _bindir="bin.linuxx86"
-+ _bindir="bin.linux"
+ _bindir="bin.linux"
[[ "${CARCH}" = "x86_64" ]] && _bindir="bin.linuxx86_64"
++ [[ "${CARCH}" = "riscv64" ]] && _bindir="bin.linux"
++ [[ "${CARCH}" = "powerpc64le" ]] && _bindir="bin.linuxppc"
install -Dm755 tools/build/src/engine/$_bindir/b2 "${_stagedir}"/bin/b2
+ # Support for OpenMPI
diff --git a/src/stage3/patches/generic/libtool.patch b/src/stage3/patches/generic/libtool.patch
index 09aebee..995599a 100644
--- a/src/stage3/patches/generic/libtool.patch
+++ b/src/stage3/patches/generic/libtool.patch
@@ -1,5 +1,15 @@
---- a/PKGBUILD 2018-04-03 08:06:30.779089041 +0200
-+++ b/PKGBUILD 2018-04-03 08:15:48.687036164 +0200
+diff -rupN a/PKGBUILD b/PKGBUILD
+--- a/PKGBUILD 2018-06-06 14:34:13.659383914 +0200
++++ b/PKGBUILD 2018-06-06 14:49:49.749393254 +0200
+@@ -8,7 +8,7 @@
+ pkgname=libtool
+ pkgver=2.4.6+40+g6ca5e224
+ pkgrel=6
+-_gccver=8.1.0
++_gccver=7.3.1
+ pkgdesc='A generic library support script'
+ arch=(x86_64)
+ url='http://www.gnu.org/software/libtool'
@@ -36,7 +36,7 @@ prepare() {
build() {