diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 13:21:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 13:21:04 +0000 |
commit | 65f2e41ca338ea8b6ad58e068db6b8d7df069d6e (patch) | |
tree | 8ca265fd86a85ec42e228ea09e9ba5fcee43954d /benchmarks | |
parent | ce4f36d22243aa164a0727e26899359c255b841f (diff) | |
download | ports-65f2e41ca338ea8b6ad58e068db6b8d7df069d6e.tar.gz ports-65f2e41ca338ea8b6ad58e068db6b8d7df069d6e.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/smhasher/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index 5caf43c33a2e..7e472f6d0bf6 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -19,7 +19,7 @@ USES= cmake tar:bzip2 CONFLICTS= tarantool-c BROKEN_aarch64= Does not build: clang does not support -march=native -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Does not build: clang does not support -march=native post-install: ${INSTALL_DATA} ${WRKSRC}/sources/nosqlbench.conf \ diff --git a/benchmarks/smhasher/Makefile b/benchmarks/smhasher/Makefile index cbfb33950c66..e71ba91ea34c 100644 --- a/benchmarks/smhasher/Makefile +++ b/benchmarks/smhasher/Makefile @@ -12,7 +12,7 @@ COMMENT= Hash Algorithm Benchmarking LICENSE= MIT -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to compile: City.cpp: byteswap.h: No such file or directory USE_GITHUB= yes GH_ACCOUNT= gvnn3 |