View | Details | Raw Unified | Return to bug 250562 | Differences between
and this patch

Collapse All | Expand All

(-)b/benchmarks/clpeak/Makefile (-1 / +10 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	clpeak
4
PORTNAME=	clpeak
5
DISTVERSION=	1.1.0-rc2
5
DISTVERSION=	1.1.0
6
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks
7
7
8
PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
9
PATCHFILES+=	db42d30028ba.patch:-p1 # https://github.com/krrishnarraj/clpeak/issues/73
10
8
MAINTAINER=	jmd@FreeBSD.org
11
MAINTAINER=	jmd@FreeBSD.org
9
COMMENT=	Benchmarking tool to measure peak capabilities of opencl devices
12
COMMENT=	Benchmarking tool to measure peak capabilities of opencl devices
10
13
Lines 20-25 GH_ACCOUNT= krrishnarraj Link Here
20
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
21
PLIST_FILES=	bin/clpeak
24
PLIST_FILES=	bin/clpeak
22
25
26
.if !empty(PATCHFILES:Mdb42d30028ba*)
27
pre-patch:
28
	@${REINPLACE_CMD} -e '/GIT_TAG/s/master/opencl21/' \
29
		${WRKSRC}/cmake/BuildCLHpp.cmake
30
.endif
31
23
post-patch:
32
post-patch:
24
	@${REINPLACE_CMD} '/install.*LICENSE/d' ${WRKSRC}/CMakeLists.txt
33
	@${REINPLACE_CMD} '/install.*LICENSE/d' ${WRKSRC}/CMakeLists.txt
25
34
(-)b/benchmarks/clpeak/distinfo (-3 / +5 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1571560405
1
TIMESTAMP = 1585218729
2
SHA256 (krrishnarraj-clpeak-1.1.0-rc2_GH0.tar.gz) = 0f7ab16ab95280850a834dcb0f38510d30b79317273a7e4b428cac680915c087
2
SHA256 (krrishnarraj-clpeak-1.1.0_GH0.tar.gz) = af74d9fb8f86fcd113b11d34d6f675f67c35d36737eac69ba6688267ed79b7eb
3
SIZE (krrishnarraj-clpeak-1.1.0-rc2_GH0.tar.gz) = 288451
3
SIZE (krrishnarraj-clpeak-1.1.0_GH0.tar.gz) = 289613
4
SHA256 (db42d30028ba.patch) = 73cedf92396ea67ff8e92bfc45aa389c367243d15129803cf6a65250e04a38d3
5
SIZE (db42d30028ba.patch) = 3548

Return to bug 250562