diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-11 15:18:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-11 15:18:48 +0800 |
commit | 06ade54a83c6656fd8e92bd62fc00a4435498013 (patch) | |
tree | d4e9111af0c1965be1ee4cd2bdeba63fa45c8a45 /biology | |
parent | 18623b8dd71d5654502a5e5ca3a36be8d2960e5e (diff) | |
download | freebsd-ports-gnome-06ade54a83c6656fd8e92bd62fc00a4435498013.tar.gz freebsd-ports-gnome-06ade54a83c6656fd8e92bd62fc00a4435498013.tar.zst freebsd-ports-gnome-06ade54a83c6656fd8e92bd62fc00a4435498013.zip |
Mark several ports newly broken on arm.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/iqtree/Makefile | 4 | ||||
-rw-r--r-- | biology/seqan-apps/Makefile | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/biology/iqtree/Makefile b/biology/iqtree/Makefile index 35bf00c45200..9b6e6e9b04da 100644 --- a/biology/iqtree/Makefile +++ b/biology/iqtree/Makefile @@ -15,6 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 +BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3' +BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3' +BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3' + USES= cmake compiler:openmp USE_GITHUB= yes GH_ACCOUNT= Cibiv diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index edb9458557c5..55211a5b5da5 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -15,6 +15,11 @@ LICENSE_COMB= multi BUILD_DEPENDS= boost-libs>0:devel/boost-libs +BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep +BROKEN_armv6= fails to compile: Error: bad instruction rep +BROKEN_armv7= fails to compile: Error: bad instruction rep +BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep + USE_GITHUB= yes GH_ACCOUNT= seqan GH_PROJECT= seqan @@ -26,9 +31,6 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" USE_GCC= yes -BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep -BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep - .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |