mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
0b055d47f2
- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vexcl
|
|
DISTVERSION= 1.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C++ vector expression template library for OpenCL/CUDA
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
|
|
opencl>0:devel/opencl \
|
|
ocl-icd>0:devel/ocl-icd
|
|
|
|
USES= cmake:outsource localbase:ldflags
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ddemidov
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|