summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-19 21:14:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-19 21:14:55 +0000
commit55cc1920c6261e4d0ec233690501ed4d1921bde1 (patch)
tree3d8b763931a58be512b2c04ce9b050e1005c480f
parentFix build on FreeBSD13. (diff)
devel/py-qutip: unbreak
Builds fine on powerpc64, which doesn't support -march=native. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=512376
-rw-r--r--devel/py-qutip/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/py-qutip/Makefile b/devel/py-qutip/Makefile
index 4b980516b008..3eb0f4238aa1 100644
--- a/devel/py-qutip/Makefile
+++ b/devel/py-qutip/Makefile
@@ -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} \