svn commit: r512376 - head/devel/py-qutip

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 19 21:14:56 UTC 2019


Author: pkubaj
Date: Thu Sep 19 21:14:55 2019
New Revision: 512376
URL: https://svnweb.freebsd.org/changeset/ports/512376

Log:
  devel/py-qutip: unbreak
  
  Builds fine on powerpc64, which doesn't support -march=native.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/py-qutip/Makefile

Modified: head/devel/py-qutip/Makefile
==============================================================================
--- head/devel/py-qutip/Makefile	Thu Sep 19 21:09:13 2019	(r512375)
+++ head/devel/py-qutip/Makefile	Thu Sep 19 21:14:55 2019	(r512376)
@@ -11,11 +11,6 @@ COMMENT=	Quantum toolbox in python
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_aarch64=		fails to compile: the clang compiler does not support -march=native
-BROKEN_armv6=		fails to compile: the clang compiler does not support -march=native
-BROKEN_armv7=		fails to compile: the clang compiler does not support -march=native
-BROKEN_powerpc64=	fails to compile: the clang compiler does not support -march=native
-
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY} \


More information about the svn-ports-all mailing list