Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2022 17:25:29 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52e46764cf10 - main - biology/py-scikit-bio: drop unnecessary USE_GCC on powerpc64
Message-ID:  <202204211725.23LHPTgK098398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52e46764cf10f8485f55c2cc71549cf5ca39aedc

commit 52e46764cf10f8485f55c2cc71549cf5ca39aedc
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-21 17:11:15 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-21 17:11:15 +0000

    biology/py-scikit-bio: drop unnecessary USE_GCC on powerpc64
---
 biology/py-scikit-bio/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/biology/py-scikit-bio/Makefile b/biology/py-scikit-bio/Makefile
index eedfa79a831b..fb1147c4f3fb 100644
--- a/biology/py-scikit-bio/Makefile
+++ b/biology/py-scikit-bio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	scikit-bio
 PORTVERSION=	0.5.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology education python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -35,9 +35,6 @@ 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} == powerpc64
-CFLAGS+=	-DNO_WARN_X86_INTRINSICS
-USE_GCC=	yes
 .endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204211725.23LHPTgK098398>