mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/openblas64: set proper targets for powerpc64*
This commit is contained in:
parent
c080c5ece2
commit
2c2bc2002b
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= openblas
|
PORTNAME= openblas
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.3.29
|
DISTVERSION= 0.3.29
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= NL/lapack/timing/:lapack_tmg
|
MASTER_SITES= NL/lapack/timing/:lapack_tmg
|
||||||
PKGNAMESUFFIX= 64
|
PKGNAMESUFFIX= 64
|
||||||
|
@ -59,10 +60,12 @@ OPENMP_LDFLAGS= -lomp
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == powerpc64
|
.if ${ARCH} == powerpc64
|
||||||
|
CMAKE_ARGS+= -DTARGET=PPC970
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == powerpc64le
|
.if ${ARCH} == powerpc64le
|
||||||
|
CMAKE_ARGS+= -DTARGET=POWER8
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue