Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141108594
D10248.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D10248.diff
View Options
Index: head/devel/libclc/Makefile
===================================================================
--- head/devel/libclc/Makefile
+++ head/devel/libclc/Makefile
@@ -2,29 +2,29 @@
# $FreeBSD$
PORTNAME= libclc
-DISTVERSION= 0.3.0.20170117
+DISTVERSION= 0.3.0.20170225
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
COMMENT= Required library functions for OpenCL C programming language
LICENSE= BSD3CLAUSE MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
-BUILD_DEPENDS= clang${LLVMVER}:devel/llvm${LLVMVER} \
+BUILD_DEPENDS= llvm${LLVMVER}>=4.0:devel/llvm${LLVMVER} \
libedit>=0:devel/libedit
USE_GITHUB= yes
GH_ACCOUNT= llvm-mirror
-GH_TAGNAME= 2ec7d80
+GH_TAGNAME= 17648cd
# ninja based build is broken since commit 598792bc (16 sep 2016)
USES= gmake python:2.7,build gmake
USE_LDCONFIG= yes
MAKE_ENV= MAKE=${GMAKE} DESTDIR=${STAGEDIR}
-LLVMVER= 40
+LLVMVER= ${MESA_LLVM_VER:U40}
ALL_TARGET=
Index: head/devel/libclc/distinfo
===================================================================
--- head/devel/libclc/distinfo
+++ head/devel/libclc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485361080
-SHA256 (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 8e42ff411dbb8368d6719685864cc43312e02ff32bcc6785d1b25ee8d551837e
-SIZE (llvm-mirror-libclc-0.3.0.20170117-2ec7d80_GH0.tar.gz) = 130868
+TIMESTAMP = 1491069402
+SHA256 (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 6dc87f14b3d928be657f0656eb58f4481e015dd85a4d62042a15955193349a3d
+SIZE (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 132518
Index: head/devel/libclc/pkg-plist
===================================================================
--- head/devel/libclc/pkg-plist
+++ head/devel/libclc/pkg-plist
@@ -197,8 +197,10 @@
include/clc/math/native_log2.h
include/clc/math/native_log2.inc
include/clc/math/native_powr.h
+include/clc/math/native_rsqrt.h
include/clc/math/native_sin.h
include/clc/math/native_sqrt.h
+include/clc/math/native_tan.h
include/clc/math/nextafter.h
include/clc/math/pow.h
include/clc/math/pown.h
@@ -209,6 +211,8 @@
include/clc/math/sin.inc
include/clc/math/sincos.h
include/clc/math/sincos.inc
+include/clc/math/sinh.h
+include/clc/math/sinh.inc
include/clc/math/sinpi.h
include/clc/math/sinpi.inc
include/clc/math/sqrt.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 1, 11:36 PM (2 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27447146
Default Alt Text
D10248.diff (2 KB)
Attached To
Mode
D10248: Update devel/libclc to latest snapshot
Attached
Detach File
Event Timeline
Log In to Comment