Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2021 21:59:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a071d8b92971 - main - devel/vexcl: Update 1.4.2 -> 1.4.3
Message-ID:  <202111132159.1ADLxUeq097528@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a071d8b929710afcb2dcd0731e7b667d6b8993f4

commit a071d8b929710afcb2dcd0731e7b667d6b8993f4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-11-13 20:04:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-11-13 21:59:25 +0000

    devel/vexcl: Update 1.4.2 -> 1.4.3
    
    Also add the test target.
    
    Reported by:    portscout
---
 devel/vexcl/Makefile | 6 ++++--
 devel/vexcl/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/vexcl/Makefile b/devel/vexcl/Makefile
index 918e33f571c1..29e111dcb0d8 100644
--- a/devel/vexcl/Makefile
+++ b/devel/vexcl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	vexcl
-DISTVERSION=	1.4.2
+DISTVERSION=	1.4.3
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,11 +14,13 @@ BUILD_DEPENDS=	${HPP_DEPENDS} \
 		ocl-icd>0:devel/ocl-icd # devel/ocl-icd is probably not needed
 RUN_DEPENDS=	${HPP_DEPENDS}
 
-USES=		cmake localbase:ldflags
+USES=		cmake:testing localbase:ldflags
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ddemidov
 
+CMAKE_TESTING_ON=	VEXCL_BUILD_TESTS # tests pass when the OpenCL provider pocl is installed
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/devel/vexcl/distinfo b/devel/vexcl/distinfo
index 02a43acff547..0c8b57623287 100644
--- a/devel/vexcl/distinfo
+++ b/devel/vexcl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619503671
-SHA256 (ddemidov-vexcl-1.4.2_GH0.tar.gz) = 3a2be30e303c4f44a269ca85de48f1a628127012f18abee0aa82c0c2cbb0e0c8
-SIZE (ddemidov-vexcl-1.4.2_GH0.tar.gz) = 412861
+TIMESTAMP = 1636828960
+SHA256 (ddemidov-vexcl-1.4.3_GH0.tar.gz) = c9f2a429dc4454e69332cc8b7fbaa5adcd831bce1267fcc1f19e1c110d82deb8
+SIZE (ddemidov-vexcl-1.4.3_GH0.tar.gz) = 425619



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111132159.1ADLxUeq097528>