svn commit: r442362 - in head/benchmarks/clpeak: . files
Johannes M Dieterich
jmd at FreeBSD.org
Fri Jun 2 00:20:19 UTC 2017
Author: jmd
Date: Fri Jun 2 00:20:18 2017
New Revision: 442362
URL: https://svnweb.freebsd.org/changeset/ports/442362
Log:
benchmarks/clpeak: This brings clpeak to the latest git revision. FreeBSD patches were upstreamed and it now supports fp16 tests. Changing mail address to my FreeBSD one.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10917
Deleted:
head/benchmarks/clpeak/files/
Modified:
head/benchmarks/clpeak/Makefile
head/benchmarks/clpeak/distinfo (contents, props changed)
Modified: head/benchmarks/clpeak/Makefile
==============================================================================
--- head/benchmarks/clpeak/Makefile Fri Jun 2 00:18:06 2017 (r442361)
+++ head/benchmarks/clpeak/Makefile Fri Jun 2 00:20:18 2017 (r442362)
@@ -2,12 +2,10 @@
# $FreeBSD$
PORTNAME= clpeak
-PORTVERSION= 1.0
-PORTREVISION= 2
-DISTVERSIONPREFIX= v
+PORTVERSION= 1.0g20170524
CATEGORIES= benchmarks
-MAINTAINER= dieterich at ogolem.org
+MAINTAINER= jmd at FreeBSD.org
COMMENT= Benchmarking tool to measure peak capabilities of opencl devices
LICENSE= PD
@@ -22,7 +20,7 @@ ONLY_FOR_ARCHS_REASON_amd64= only builds and is suppor
USE_GITHUB= yes
GH_ACCOUNT= krrishnarraj
-GH_PROJECT= clpeak
+GH_TAGNAME= 75c8746
USE_LDCONFIG= yes
USE_GL= gl
Modified: head/benchmarks/clpeak/distinfo
==============================================================================
--- head/benchmarks/clpeak/distinfo Fri Jun 2 00:18:06 2017 (r442361)
+++ head/benchmarks/clpeak/distinfo Fri Jun 2 00:20:18 2017 (r442362)
@@ -1,2 +1,3 @@
-SHA256 (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 97b738c80319807d9b20294f778dfbbe81f83bf903dd3b46619b1a71a067e469
-SIZE (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 95681
+TIMESTAMP = 1495689208
+SHA256 (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 1e393a04df56777d00baf5e954fca3224fbd2c010580db3e6f28a7182bee05c5
+SIZE (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 201266
More information about the svn-ports-all
mailing list