# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # clpeak/Makefile # clpeak/distinfo # clpeak/files # clpeak/pkg-descr # clpeak/pkg-plist # clpeak/work # echo x - clpeak/Makefile sed 's/^X//' >clpeak/Makefile << 'b248aa5e4222b7202008b940fd632a3f' X# Created by: Johannes Dieterich X# $FreeBSD$ X XPORTNAME= clpeak XPORTVERSION= 1.0 XDISTVERSIONPREFIX= v XCATEGORIES= benchmarks X XMAINTAINER= dieterich@ogolem.org XCOMMENT= Benchmarking tool to measure peak capabilities of opencl devices X XLICENSE= PD XLICENSE_FILE= ${WRKSRC}/LICENSE X XBUILD_DEPENDS= opencl>=0:devel/opencl XLIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ X libGL.so:graphics/libGL XRUN_DEPENDS= opencl>=0:devel/opencl X XBROKEN_FreeBSD_9= clpeak is only supported on FreeBSD 10.1 and newer XONLY_FOR_ARCHS= amd64 XONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 X XUSE_GITHUB= yes XGH_ACCOUNT= krrishnarraj XGH_PROJECT= clpeak X XUSE_LDCONFIG= yes XUSES= cmake X XCXXFLAGS+= -std=c++11 X XCMAKE_SOURCE_PATH= ${WRKSRC} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/clpeak ${STAGEDIR}${PREFIX}/bin/clpeak X X.include b248aa5e4222b7202008b940fd632a3f echo x - clpeak/distinfo sed 's/^X//' >clpeak/distinfo << 'a4a325e9b9715c430506a785769fee35' XSHA256 (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 97b738c80319807d9b20294f778dfbbe81f83bf903dd3b46619b1a71a067e469 XSIZE (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 95681 a4a325e9b9715c430506a785769fee35 echo c - clpeak/files mkdir -p clpeak/files > /dev/null 2>&1 echo x - clpeak/pkg-descr sed 's/^X//' >clpeak/pkg-descr << '0afc2c198abccc38f03be911230e378c' Xclpeak X Xa synthetic benchmarking tool to measure peak capabilities of opencl devices X XA synthetic benchmarking tool to measure peak capabilities of opencl devices. XIt only measures the peak metrics that can be achieved using vector operations Xand does not represent a real-world use case X XWWW: https://github.com/krrishnarraj/clpeak 0afc2c198abccc38f03be911230e378c echo x - clpeak/pkg-plist sed 's/^X//' >clpeak/pkg-plist << 'ec51855e9461c96ba7c95ff20639c522' Xbin/clpeak ec51855e9461c96ba7c95ff20639c522 echo c - clpeak/work mkdir -p clpeak/work > /dev/null 2>&1 exit