1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

devel/py-qutip: unbreak

Builds fine on powerpc64, which doesn't support -march=native.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-09-19 21:14:55 +00:00
parent cc89420177
commit 55cc1920c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512376

View File

@ -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} \