Index: head/benchmarks/clpeak/Makefile =================================================================== --- head/benchmarks/clpeak/Makefile +++ head/benchmarks/clpeak/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clpeak -PORTVERSION= 1.0g20170524 +DISTVERSION= 1.1.0-rc2 CATEGORIES= benchmarks MAINTAINER= jmd@FreeBSD.org @@ -13,23 +13,14 @@ BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd -RUN_DEPENDS= opencl>=0:devel/opencl -ONLY_FOR_ARCHS= amd64 - +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= krrishnarraj -GH_TAGNAME= 75c8746 - USE_LDCONFIG= yes -USES= cmake:insource gl -USE_GL= gl - -CXXFLAGS+= -std=c++11 - PLIST_FILES= bin/clpeak -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/clpeak ${STAGEDIR}${PREFIX}/bin/clpeak +post-patch: + @${REINPLACE_CMD} '/install.*LICENSE/d' ${WRKSRC}/CMakeLists.txt .include Index: head/benchmarks/clpeak/distinfo =================================================================== --- head/benchmarks/clpeak/distinfo +++ head/benchmarks/clpeak/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495689208 -SHA256 (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 1e393a04df56777d00baf5e954fca3224fbd2c010580db3e6f28a7182bee05c5 -SIZE (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 201266 +TIMESTAMP = 1571560405 +SHA256 (krrishnarraj-clpeak-1.1.0-rc2_GH0.tar.gz) = 0f7ab16ab95280850a834dcb0f38510d30b79317273a7e4b428cac680915c087 +SIZE (krrishnarraj-clpeak-1.1.0-rc2_GH0.tar.gz) = 288451 Index: head/benchmarks/clpeak/pkg-descr =================================================================== --- head/benchmarks/clpeak/pkg-descr +++ head/benchmarks/clpeak/pkg-descr @@ -1,7 +1,3 @@ -clpeak - -a synthetic benchmarking tool to measure peak capabilities of opencl devices - A synthetic benchmarking tool to measure peak capabilities of opencl devices. It only measures the peak metrics that can be achieved using vector operations and does not represent a real-world use case