View | Details | Raw Unified | Return to bug 214883
Collapse All | Expand All

(-)devel/libclc/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libclc
4
PORTNAME=	libclc
5
DISTVERSION=	0.2.0.20151006
5
DISTVERSION=	0.2.0.20160915
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 13-25 Link Here
13
13
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	llvm-mirror
15
GH_ACCOUNT=	llvm-mirror
16
GH_TAGNAME=	6d78407
16
GH_TAGNAME=	b091e26
17
17
18
USES=		gmake python:2,build ninja
18
USES=		gmake python:2,build ninja
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
MAKE_ENV=	MAKE=${GMAKE} DESTDIR=${STAGEDIR}
20
MAKE_ENV=	MAKE=${GMAKE} DESTDIR=${STAGEDIR}
21
21
22
LLVMVER=	37
22
LLVMVER=	39
23
23
24
ALL_TARGET=
24
ALL_TARGET=
25
25
(-)devel/libclc/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (llvm-mirror-libclc-0.2.0.20151006-6d78407_GH0.tar.gz) = 1a1d5d0b00560cf5d4784110f22ef8ade121c4a703a3622e0be85989eca3e4ba
1
TIMESTAMP = 1480100311
2
SIZE (llvm-mirror-libclc-0.2.0.20151006-6d78407_GH0.tar.gz) = 102996
2
SHA256 (llvm-mirror-libclc-0.2.0.20160915-b091e26_GH0.tar.gz) = 821a4b7aa0fa84b1a790b72ba9e2df2820f0d4f565df1027eaad206d688ea741
3
SIZE (llvm-mirror-libclc-0.2.0.20160915-b091e26_GH0.tar.gz) = 127259
(-)devel/libclc/pkg-plist (+40 lines)
Lines 129-134 Link Here
129
include/clc/math/atanpi.inc
129
include/clc/math/atanpi.inc
130
include/clc/math/binary_decl.inc
130
include/clc/math/binary_decl.inc
131
include/clc/math/binary_intrin.inc
131
include/clc/math/binary_intrin.inc
132
include/clc/math/cbrt.h
133
include/clc/math/cbrt.inc
132
include/clc/math/ceil.h
134
include/clc/math/ceil.h
133
include/clc/math/clc_nextafter.h
135
include/clc/math/clc_nextafter.h
134
include/clc/math/copysign.h
136
include/clc/math/copysign.h
Lines 135-142 Link Here
135
include/clc/math/copysign.inc
137
include/clc/math/copysign.inc
136
include/clc/math/cos.h
138
include/clc/math/cos.h
137
include/clc/math/cos.inc
139
include/clc/math/cos.inc
140
include/clc/math/cosh.h
141
include/clc/math/cosh.inc
138
include/clc/math/cospi.h
142
include/clc/math/cospi.h
139
include/clc/math/cospi.inc
143
include/clc/math/cospi.inc
144
include/clc/math/erf.h
140
include/clc/math/erfc.h
145
include/clc/math/erfc.h
141
include/clc/math/exp.h
146
include/clc/math/exp.h
142
include/clc/math/exp10.h
147
include/clc/math/exp10.h
Lines 143-148 Link Here
143
include/clc/math/exp2.h
148
include/clc/math/exp2.h
144
include/clc/math/exp2.inc
149
include/clc/math/exp2.inc
145
include/clc/math/fabs.h
150
include/clc/math/fabs.h
151
include/clc/math/fdim.h
152
include/clc/math/fdim.inc
146
include/clc/math/floor.h
153
include/clc/math/floor.h
147
include/clc/math/fma.h
154
include/clc/math/fma.h
148
include/clc/math/fmax.h
155
include/clc/math/fmax.h
Lines 151-163 Link Here
151
include/clc/math/fmod.inc
158
include/clc/math/fmod.inc
152
include/clc/math/fract.h
159
include/clc/math/fract.h
153
include/clc/math/fract.inc
160
include/clc/math/fract.inc
161
include/clc/math/frexp.h
162
include/clc/math/frexp.inc
154
include/clc/math/gentype.inc
163
include/clc/math/gentype.inc
155
include/clc/math/half_rsqrt.h
164
include/clc/math/half_rsqrt.h
156
include/clc/math/half_sqrt.h
165
include/clc/math/half_sqrt.h
157
include/clc/math/hypot.h
166
include/clc/math/hypot.h
158
include/clc/math/hypot.inc
167
include/clc/math/hypot.inc
168
include/clc/math/ilogb.h
169
include/clc/math/ilogb.inc
159
include/clc/math/ldexp.h
170
include/clc/math/ldexp.h
160
include/clc/math/ldexp.inc
171
include/clc/math/ldexp.inc
172
include/clc/math/lgamma.h
173
include/clc/math/lgamma.inc
174
include/clc/math/lgamma_r.h
175
include/clc/math/lgamma_r.inc
161
include/clc/math/log.h
176
include/clc/math/log.h
162
include/clc/math/log.inc
177
include/clc/math/log.inc
163
include/clc/math/log10.h
178
include/clc/math/log10.h
Lines 167-172 Link Here
167
include/clc/math/log2.inc
182
include/clc/math/log2.inc
168
include/clc/math/mad.h
183
include/clc/math/mad.h
169
include/clc/math/mad.inc
184
include/clc/math/mad.inc
185
include/clc/math/modf.h
186
include/clc/math/modf.inc
170
include/clc/math/native_cos.h
187
include/clc/math/native_cos.h
171
include/clc/math/native_divide.h
188
include/clc/math/native_divide.h
172
include/clc/math/native_exp.h
189
include/clc/math/native_exp.h
Lines 198-203 Link Here
198
include/clc/math/tanh.h
215
include/clc/math/tanh.h
199
include/clc/math/tanh.inc
216
include/clc/math/tanh.inc
200
include/clc/math/ternary_intrin.inc
217
include/clc/math/ternary_intrin.inc
218
include/clc/math/tgamma.h
219
include/clc/math/tgamma.inc
201
include/clc/math/trunc.h
220
include/clc/math/trunc.h
202
include/clc/math/unary_decl.inc
221
include/clc/math/unary_decl.inc
203
include/clc/math/unary_intrin.inc
222
include/clc/math/unary_intrin.inc
Lines 234-239 Link Here
234
include/clc/synchronization/barrier.h
253
include/clc/synchronization/barrier.h
235
include/clc/synchronization/cl_mem_fence_flags.h
254
include/clc/synchronization/cl_mem_fence_flags.h
236
include/clc/workitem/get_global_id.h
255
include/clc/workitem/get_global_id.h
256
include/clc/workitem/get_global_offset.h
237
include/clc/workitem/get_global_size.h
257
include/clc/workitem/get_global_size.h
238
include/clc/workitem/get_group_id.h
258
include/clc/workitem/get_group_id.h
239
include/clc/workitem/get_local_id.h
259
include/clc/workitem/get_local_id.h
Lines 240-270 Link Here
240
include/clc/workitem/get_local_size.h
260
include/clc/workitem/get_local_size.h
241
include/clc/workitem/get_num_groups.h
261
include/clc/workitem/get_num_groups.h
242
include/clc/workitem/get_work_dim.h
262
include/clc/workitem/get_work_dim.h
263
lib/clc/amdgcn--amdhsa.bc
243
lib/clc/aruba-r600--.bc
264
lib/clc/aruba-r600--.bc
244
lib/clc/barts-r600--.bc
265
lib/clc/barts-r600--.bc
245
lib/clc/bonaire-amdgcn--.bc
266
lib/clc/bonaire-amdgcn--.bc
267
lib/clc/bonaire-amdgcn--amdhsa.bc
246
lib/clc/caicos-r600--.bc
268
lib/clc/caicos-r600--.bc
269
lib/clc/carrizo-amdgcn--.bc
270
lib/clc/carrizo-amdgcn--amdhsa.bc
247
lib/clc/cayman-r600--.bc
271
lib/clc/cayman-r600--.bc
248
lib/clc/cedar-r600--.bc
272
lib/clc/cedar-r600--.bc
249
lib/clc/cypress-r600--.bc
273
lib/clc/cypress-r600--.bc
274
lib/clc/fiji-amdgcn--.bc
275
lib/clc/fiji-amdgcn--amdhsa.bc
250
lib/clc/hainan-amdgcn--.bc
276
lib/clc/hainan-amdgcn--.bc
251
lib/clc/hawaii-amdgcn--.bc
277
lib/clc/hawaii-amdgcn--.bc
278
lib/clc/hawaii-amdgcn--amdhsa.bc
252
lib/clc/hemlock-r600--.bc
279
lib/clc/hemlock-r600--.bc
280
lib/clc/iceland-amdgcn--.bc
281
lib/clc/iceland-amdgcn--amdhsa.bc
253
lib/clc/juniper-r600--.bc
282
lib/clc/juniper-r600--.bc
254
lib/clc/kabini-amdgcn--.bc
283
lib/clc/kabini-amdgcn--.bc
284
lib/clc/kabini-amdgcn--amdhsa.bc
255
lib/clc/kaveri-amdgcn--.bc
285
lib/clc/kaveri-amdgcn--.bc
286
lib/clc/kaveri-amdgcn--amdhsa.bc
256
lib/clc/mullins-amdgcn--.bc
287
lib/clc/mullins-amdgcn--.bc
288
lib/clc/mullins-amdgcn--amdhsa.bc
257
lib/clc/nvptx--nvidiacl.bc
289
lib/clc/nvptx--nvidiacl.bc
258
lib/clc/nvptx64--nvidiacl.bc
290
lib/clc/nvptx64--nvidiacl.bc
259
lib/clc/oland-amdgcn--.bc
291
lib/clc/oland-amdgcn--.bc
260
lib/clc/palm-r600--.bc
292
lib/clc/palm-r600--.bc
261
lib/clc/pitcairn-amdgcn--.bc
293
lib/clc/pitcairn-amdgcn--.bc
294
lib/clc/polaris10-amdgcn--.bc
295
lib/clc/polaris10-amdgcn--amdhsa.bc
296
lib/clc/polaris11-amdgcn--.bc
297
lib/clc/polaris11-amdgcn--amdhsa.bc
262
lib/clc/redwood-r600--.bc
298
lib/clc/redwood-r600--.bc
299
lib/clc/stoney-amdgcn--.bc
300
lib/clc/stoney-amdgcn--amdhsa.bc
263
lib/clc/subnormal_disable.bc
301
lib/clc/subnormal_disable.bc
264
lib/clc/subnormal_use_default.bc
302
lib/clc/subnormal_use_default.bc
265
lib/clc/sumo-r600--.bc
303
lib/clc/sumo-r600--.bc
266
lib/clc/sumo2-r600--.bc
304
lib/clc/sumo2-r600--.bc
267
lib/clc/tahiti-amdgcn--.bc
305
lib/clc/tahiti-amdgcn--.bc
306
lib/clc/tonga-amdgcn--.bc
307
lib/clc/tonga-amdgcn--amdhsa.bc
268
lib/clc/turks-r600--.bc
308
lib/clc/turks-r600--.bc
269
lib/clc/verde-amdgcn--.bc
309
lib/clc/verde-amdgcn--.bc
270
libdata/pkgconfig/libclc.pc
310
libdata/pkgconfig/libclc.pc

Return to bug 214883