diff options
Diffstat (limited to 'math/openblas')
-rw-r--r-- | math/openblas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/openblas/Makefile b/math/openblas/Makefile index 9906c64666e7..a00324b009e5 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= openblas PORTVERSION= 0.2.20 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= math @@ -58,7 +58,7 @@ AVX2_DESC= Support Advanced Vector Extensions 2 (AVX2) BUILDFLAGS+= TARGET=${TARGET_CPU_ARCH} .endif -MAXTHREADS?= 8 +MAXTHREADS?= 64 BUILDFLAGS_THREAD+= NUM_THREADS=${MAXTHREADS} USE_THREAD=1 .if ${ARCH:M*64} == "" |