svn commit: r450800 - head/devel/oclgrind

Johannes M Dieterich jmd at FreeBSD.org
Thu Sep 28 02:44:49 UTC 2017


Author: jmd
Date: Thu Sep 28 02:44:48 2017
New Revision: 450800
URL: https://svnweb.freebsd.org/changeset/ports/450800

Log:
  Upgrade oclgrind to catch up with 8 months of development. Among the changes: int64 atomics support, more parts of OpenCL 2.0, and usage of clang's builtin OpenCL headers.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12523

Modified:
  head/devel/oclgrind/Makefile
  head/devel/oclgrind/distinfo
  head/devel/oclgrind/pkg-plist

Modified: head/devel/oclgrind/Makefile
==============================================================================
--- head/devel/oclgrind/Makefile	Thu Sep 28 02:43:40 2017	(r450799)
+++ head/devel/oclgrind/Makefile	Thu Sep 28 02:44:48 2017	(r450800)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	oclgrind
-PORTVERSION=	20170122
+PORTVERSION=	20170919
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -22,7 +22,7 @@ BROKEN_FreeBSD_10=	oclgrind is only supported on FreeB
 USE_GITHUB=	yes
 GH_ACCOUNT=	jrprice
 GH_PROJECT=	Oclgrind
-GH_TAGNAME=	b777367
+GH_TAGNAME=	6419e66
 
 USE_LDCONFIG=	yes
 USES=		cmake

Modified: head/devel/oclgrind/distinfo
==============================================================================
--- head/devel/oclgrind/distinfo	Thu Sep 28 02:43:40 2017	(r450799)
+++ head/devel/oclgrind/distinfo	Thu Sep 28 02:44:48 2017	(r450800)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486354287
-SHA256 (jrprice-Oclgrind-v20170122-b777367_GH0.tar.gz) = 0c72e1d82498bc3659990c8c3b5cd43fdf8a00f812c5a7dc8aa735f86c31a320
-SIZE (jrprice-Oclgrind-v20170122-b777367_GH0.tar.gz) = 192908
+TIMESTAMP = 1505837375
+SHA256 (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 13a7eca436a4ec782ede78131680a58394b11562036cfe215fe388341f2c7768
+SIZE (jrprice-Oclgrind-v20170919-6419e66_GH0.tar.gz) = 195502

Modified: head/devel/oclgrind/pkg-plist
==============================================================================
--- head/devel/oclgrind/pkg-plist	Thu Sep 28 02:43:40 2017	(r450799)
+++ head/devel/oclgrind/pkg-plist	Thu Sep 28 02:44:48 2017	(r450800)
@@ -9,11 +9,13 @@ include/oclgrind/Program.h
 include/oclgrind/Queue.h
 include/oclgrind/WorkGroup.h
 include/oclgrind/WorkItem.h
-include/oclgrind/clc.h
-include/oclgrind/clc32.pch
-include/oclgrind/clc64.pch
 include/oclgrind/common.h
 include/oclgrind/half.h
+include/oclgrind/opencl-c-1.2-32.pch
+include/oclgrind/opencl-c-1.2-64.pch
+include/oclgrind/opencl-c-2.0-32.pch
+include/oclgrind/opencl-c-2.0-64.pch
+include/oclgrind/opencl-c.h
 lib/liboclgrind-rt-icd.so
 lib/liboclgrind-rt.so
 lib/liboclgrind.so


More information about the svn-ports-all mailing list