Date: Fri, 25 Mar 2016 14:07:18 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411842 - head/devel/libclc Message-ID: <201603251407.u2PE7IKZ063549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Mar 25 14:07:18 2016 New Revision: 411842 URL: https://svnweb.freebsd.org/changeset/ports/411842 Log: Update libclc to 0.2.0.20151006. Switch to llvm 3.7. Obtained from: graphics team develoment repo. Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Fri Mar 25 14:06:09 2016 (r411841) +++ head/devel/libclc/Makefile Fri Mar 25 14:07:18 2016 (r411842) @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.1.0.20150710 +DISTVERSION= 0.2.0.20151006 CATEGORIES= devel MAINTAINER= kwm@FreeBSD.org COMMENT= Required library functions for OpenCL C programming language -BUILD_DEPENDS= clang${LLVMVER}:${PORTSDIR}/lang/clang${LLVMVER} \ +BUILD_DEPENDS= clang${LLVMVER}:${PORTSDIR}/devel/llvm${LLVMVER} \ libedit>=0:${PORTSDIR}/devel/libedit USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= eed524f2a9 +GH_TAGNAME= 6d78407 GNU_CONFIGURE= yes USES= gmake python:2,build ninja USE_LDCONFIG= yes MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR} -LLVMVER= 36 +LLVMVER= 37 ALL_TARGET= Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Fri Mar 25 14:06:09 2016 (r411841) +++ head/devel/libclc/distinfo Fri Mar 25 14:07:18 2016 (r411842) @@ -1,2 +1,2 @@ -SHA256 (llvm-mirror-libclc-0.1.0.20150710-eed524f2a9_GH0.tar.gz) = 12cfa6c2530dd2308fa11ec43d450d1aa0f94cb9b05bbb80daa78b4dfa05d691 -SIZE (llvm-mirror-libclc-0.1.0.20150710-eed524f2a9_GH0.tar.gz) = 94347 +SHA256 (llvm-mirror-libclc-0.2.0.20151006-6d78407_GH0.tar.gz) = 1a1d5d0b00560cf5d4784110f22ef8ade121c4a703a3622e0be85989eca3e4ba +SIZE (llvm-mirror-libclc-0.2.0.20151006-6d78407_GH0.tar.gz) = 102996 Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Fri Mar 25 14:06:09 2016 (r411841) +++ head/devel/libclc/pkg-plist Fri Mar 25 14:07:18 2016 (r411842) @@ -74,6 +74,8 @@ include/clc/geometric/length.h include/clc/geometric/length.inc include/clc/geometric/normalize.h include/clc/geometric/normalize.inc +include/clc/image/image.h +include/clc/image/image_defines.h include/clc/integer/abs.h include/clc/integer/abs.inc include/clc/integer/abs_diff.h @@ -157,10 +159,12 @@ include/clc/math/hypot.inc include/clc/math/ldexp.h include/clc/math/ldexp.inc include/clc/math/log.h +include/clc/math/log.inc include/clc/math/log10.h include/clc/math/log1p.h include/clc/math/log1p.inc include/clc/math/log2.h +include/clc/math/log2.inc include/clc/math/mad.h include/clc/math/mad.inc include/clc/math/native_cos.h @@ -169,7 +173,9 @@ include/clc/math/native_exp.h include/clc/math/native_exp10.h include/clc/math/native_exp2.h include/clc/math/native_log.h +include/clc/math/native_log.inc include/clc/math/native_log2.h +include/clc/math/native_log2.inc include/clc/math/native_powr.h include/clc/math/native_sin.h include/clc/math/native_sqrt.h @@ -186,8 +192,11 @@ include/clc/math/sincos.inc include/clc/math/sinpi.h include/clc/math/sinpi.inc include/clc/math/sqrt.h +include/clc/math/sqrt.inc include/clc/math/tan.h include/clc/math/tan.inc +include/clc/math/tanh.h +include/clc/math/tanh.inc include/clc/math/ternary_intrin.inc include/clc/math/trunc.h include/clc/math/unary_decl.inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603251407.u2PE7IKZ063549>