diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-12 09:49:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-12 09:49:06 +0000 |
commit | 16ea4dd5a8d8e37ec504443693fda66d7340f6ea (patch) | |
tree | 8e2d643feb04654b8bf5f510f6dd42b4d767ae03 /benchmarks | |
parent | d17874dc5dcb4c3b59645d6bc71480b475762237 (diff) | |
download | ports-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.tar.gz ports-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/himenobench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index e4e0bc2d379e..abb856d56caf 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -15,8 +15,8 @@ DIST_SUBDIR= himeno MAINTAINER= maho@FreeBSD.org COMMENT= Himeno bench benchmark, solves Poisson eq. with Jacobi's method +USES= lha NO_WRKSUBDIR= yes -USE_LHA= yes .if defined(WITH_ICC) BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc |