Mark as broken on arm (and presumably powerpc64): the clang compiler

does not support '-march=native'.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-08-21 04:52:50 +00:00
parent 4a36d6a469
commit 9b8068a3ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477702
2 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,11 @@ 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>=0.15:science/py-scipy@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \

View File

@ -16,6 +16,11 @@ COMMENT= Private, secure, untraceable, decentralised digital currency (CLI)
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
LIB_DEPENDS= \
libboost_chrono.so:devel/boost-libs \
libboost_date_time.so:devel/boost-libs \