freebsd-ports/devel/vexcl/Makefile
Yuri Victorovich a071d8b929 devel/vexcl: Update 1.4.2 -> 1.4.3
Also add the test target.

Reported by:	portscout
2021-11-13 13:59:25 -08:00

28 lines
614 B
Makefile

PORTNAME= vexcl
DISTVERSION= 1.4.3
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ vector expression template library for OpenCL/CUDA
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
HPP_DEPENDS= boost-libs>0:devel/boost-libs \
opencl>0:devel/opencl
BUILD_DEPENDS= ${HPP_DEPENDS} \
ocl-icd>0:devel/ocl-icd # devel/ocl-icd is probably not needed
RUN_DEPENDS= ${HPP_DEPENDS}
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
.include <bsd.port.mk>