~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] testing/openblas: rebuild with support for 32 cores

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<1452312895-5572-1-git-send-email-ibid.ag@gmail.com>
Sender timestamp
1452312895
DKIM signature
missing
Download raw message
Patch: +3 -2
---
 testing/openblas/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testing/openblas/APKBUILD b/testing/openblas/APKBUILD
index 1ca3524..654219f 100644
--- a/testing/openblas/APKBUILD
+++ b/testing/openblas/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=openblas
pkgver=0.2.15
pkgrel=0
pkgrel=1
pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
url="http://www.openblas.net"
arch="all"
@@ -33,7 +33,8 @@ esac

# USE_OPENMP=0: see GCC bug 60035
# NO_AFFINITY: don't expect to work on musl, also breaks R
FLAGS="USE_OPENMP=0 NO_LAPACK=0 NUM_THREADS=8 MAJOR_VERSION=3 \
# NUM_THREADS=32: match CONFIG_NR_CPUS
FLAGS="USE_OPENMP=0 NO_LAPACK=0 NUM_THREADS=32 MAJOR_VERSION=3 \
	NO_AFFINITY=1 DYNAMIC_ARCH=$DYNAMIC_ARCH"

build() {
-- 
2.6.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] Re: [PATCH] testing/openblas: rebuild with support for 32 cores

Isaac Dunham <ibid.ag@gmail.com>
Details
Message ID
<20160111153403.GB11005@newbook>
In-Reply-To
<1452312895-5572-1-git-send-email-ibid.ag@gmail.com> (view parent)
Sender timestamp
1452526444
DKIM signature
missing
Download raw message
ping?
This was a fix requested by someone who found 8 cores inadequate.


Thanks,
Isaac

On Fri, Jan 08, 2016 at 08:14:55PM -0800, Isaac Dunham wrote:
> ---
>  testing/openblas/APKBUILD | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/testing/openblas/APKBUILD b/testing/openblas/APKBUILD
> index 1ca3524..654219f 100644
> --- a/testing/openblas/APKBUILD
> +++ b/testing/openblas/APKBUILD
> @@ -2,7 +2,7 @@
>  # Maintainer: Isaac Dunham <ibid.ag@gmail.com>
>  pkgname=openblas
>  pkgver=0.2.15
> -pkgrel=0
> +pkgrel=1
>  pkgdesc="A fast BSD-licensed BLAS based on gotoBLAS2, with LAPACK"
>  url="http://www.openblas.net"
>  arch="all"
> @@ -33,7 +33,8 @@ esac
>  
>  # USE_OPENMP=0: see GCC bug 60035
>  # NO_AFFINITY: don't expect to work on musl, also breaks R
> -FLAGS="USE_OPENMP=0 NO_LAPACK=0 NUM_THREADS=8 MAJOR_VERSION=3 \
> +# NUM_THREADS=32: match CONFIG_NR_CPUS
> +FLAGS="USE_OPENMP=0 NO_LAPACK=0 NUM_THREADS=32 MAJOR_VERSION=3 \
>  	NO_AFFINITY=1 DYNAMIC_ARCH=$DYNAMIC_ARCH"
>  
>  build() {
> -- 
> 2.6.4
> 


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)