Date: Thu, 19 Sep 2019 21:14:56 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512376 - head/devel/py-qutip Message-ID: <201909192114.x8JLEuUx049955@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909192114.x8JLEuUx049955>