diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 09:48:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 09:48:46 +0800 |
commit | dd6b15c4e5b58052269fe96bd8c6609fcebea7d5 (patch) | |
tree | a6c2bb78ced344e0df1506373c9e00455a3f0f3f /biology/iqtree/Makefile | |
parent | ab7cdf2079ec376677f0388e18a2631349da32cb (diff) | |
download | freebsd-ports-gnome-dd6b15c4e5b58052269fe96bd8c6609fcebea7d5.tar.gz freebsd-ports-gnome-dd6b15c4e5b58052269fe96bd8c6609fcebea7d5.tar.zst freebsd-ports-gnome-dd6b15c4e5b58052269fe96bd8c6609fcebea7d5.zip |
Mark ports broken on powerpc64, categories a-c.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology/iqtree/Makefile')
-rw-r--r-- | biology/iqtree/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/biology/iqtree/Makefile b/biology/iqtree/Makefile index e140a345ba35..6f2ddc8d6868 100644 --- a/biology/iqtree/Makefile +++ b/biology/iqtree/Makefile @@ -11,9 +11,10 @@ COMMENT= Efficient phylogenomic software by maximum likelihood LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -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' +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' +BROKEN_powerpc64= fails to build: GCC version must be at least 4.8! USES= cmake compiler:openmp eigen:3 USE_GITHUB= yes |