diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 05:12:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-23 05:12:55 +0000 |
commit | e71643e723d5a661a8a178ef368e6521feef26c8 (patch) | |
tree | 7446fabc7b6c190b7f6347e63c092b0770f1f9fc /math | |
parent | 8920d63ba89ba82c394ce199a3c695066afe0fea (diff) | |
download | ports-e71643e723d5a661a8a178ef368e6521feef26c8.tar.gz ports-e71643e723d5a661a8a178ef368e6521feef26c8.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/metis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 10507057f52b..281d493d9297 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -12,11 +12,9 @@ COMMENT= Package for unstructured graph partitioning LICENSE= APACHE20 -BROKEN_powerpc64= fails to build: cc: Internal error: Segmentation fault (program ld) - CONFLICTS= metis4-4* metis-edf-[0-9]* -USES= cmake:noninja +USES= cmake:noninja compiler:c11 OPTIONS_DEFINE= OPENMP SHARED STATIC DOCS |