Skip to content

Commit

Permalink
math/py-ducc0: use clang on powerpc64le
Browse files Browse the repository at this point in the history
Builds fine.
  • Loading branch information
pkubaj committed Apr 19, 2022
1 parent 2695867 commit c38e58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/py-ducc0/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ducc0
DISTVERSION= 0.22.0
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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
Expand Down

0 comments on commit c38e58a

Please sign in to comment.