svn commit: r555142 - branches/2020Q4/lang/intel-compute-runtime

Jan Beich jbeich at FreeBSD.org
Sat Nov 14 19:43:12 UTC 2020


Author: jbeich
Date: Sat Nov 14 19:43:10 2020
New Revision: 555142
URL: https://svnweb.freebsd.org/changeset/ports/555142

Log:
  MFH: r555139
  
  lang/intel-compute-runtime: work around crash on exit after r543389
  
  $ clinfo
  [...]
  Abort was called at 243 line in file: shared/source/os_interface/linux/drm_neo.cpp
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2020Q4/lang/intel-compute-runtime/Makefile
  branches/2020Q4/lang/intel-compute-runtime/distinfo
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/lang/intel-compute-runtime/Makefile
==============================================================================
--- branches/2020Q4/lang/intel-compute-runtime/Makefile	Sat Nov 14 19:42:39 2020	(r555141)
+++ branches/2020Q4/lang/intel-compute-runtime/Makefile	Sat Nov 14 19:43:10 2020	(r555142)
@@ -2,8 +2,12 @@
 
 PORTNAME=	compute-runtime
 DISTVERSION=	20.38.17961
+PORTREVISION=	1
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	2a423820aaa4.patch:-p1 # https://github.com/intel/compute-runtime/pull/361
 
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	OpenCL implementation for Intel HD 5000 (Gen8) or newer

Modified: branches/2020Q4/lang/intel-compute-runtime/distinfo
==============================================================================
--- branches/2020Q4/lang/intel-compute-runtime/distinfo	Sat Nov 14 19:42:39 2020	(r555141)
+++ branches/2020Q4/lang/intel-compute-runtime/distinfo	Sat Nov 14 19:43:10 2020	(r555142)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1600426905
 SHA256 (intel-compute-runtime-20.38.17961_GH0.tar.gz) = 91b5742f407d9460a7ad58ee291c0b53f9df5a59349de49715d6f5db4cf09098
 SIZE (intel-compute-runtime-20.38.17961_GH0.tar.gz) = 3503883
+SHA256 (2a423820aaa4.patch) = dd034e856e75d70bc6b63204aa2c67530a3212d111b67a703e4cbeb84e61685b
+SIZE (2a423820aaa4.patch) = 947


More information about the svn-ports-all mailing list