Skip to content

Commit

Permalink
biology/py-scikit-bio: build with clang on powerpc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 19, 2022
1 parent dc669f8 commit a3f5e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biology/py-scikit-bio/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scikit-bio
PORTVERSION= 0.5.7
PORTREVISION= 1
CATEGORIES= biology education python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -34,7 +35,7 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}ddtrace # lib/python3.8/site-packages/
.if ${ARCH} == i386
CFLAGS+= -msse2 # workaround for https://github.com/biocore/scikit-bio/issues/1727
CXXFLAGS+= -msse2
.elif ${ARCH:Mpowerpc64*}
.elif ${ARCH} == powerpc64
CFLAGS+= -DNO_WARN_X86_INTRINSICS
USE_GCC= yes
.endif
Expand Down

0 comments on commit a3f5e20

Please sign in to comment.