1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

math/py-ducc0: use clang on powerpc64le

Builds fine.
This commit is contained in:
Piotr Kubaj 2022-04-19 08:44:14 +02:00
parent 2695867d5e
commit c38e58afdf

View File

@ -1,5 +1,6 @@
PORTNAME= ducc0
DISTVERSION= 0.22.0
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -24,7 +25,7 @@ MAKE_ENV= DUCC0_OPTIMIZATION=none
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
.if ${ARCH} == powerpc64
CFLAGS+= -DNO_WARN_X86_INTRINSICS
USES+= compiler:gcc-c++11-lib
.else