pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libclc: initial import.
Module Name: pkgsrc-wip
Committed By: Robert Swindells <rjs%NetBSD.org@localhost>
Pushed By: rjs
Date: Fri May 9 15:50:35 2025 +0100
Changeset: 962a5b0b17870610612a48e03eaca3b4ab64e251
Added Files:
libclc/DESCR
libclc/Makefile
libclc/PLIST
libclc/buildlink3.mk
libclc/distinfo
Log Message:
libclc: initial import.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=962a5b0b17870610612a48e03eaca3b4ab64e251
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libclc/DESCR | 24 +++
libclc/Makefile | 34 +++++
libclc/PLIST | 405 +++++++++++++++++++++++++++++++++++++++++++++++++++
libclc/buildlink3.mk | 15 ++
libclc/distinfo | 11 ++
5 files changed, 489 insertions(+)
diffs:
diff --git a/libclc/DESCR b/libclc/DESCR
new file mode 100644
index 0000000000..4d637ef797
--- /dev/null
+++ b/libclc/DESCR
@@ -0,0 +1,24 @@
+libclc is an open source implementation of the library requirements of
+the OpenCL C programming language, as specified by the OpenCL 1.1
+Specification. The following sections of the specification impose
+library requirements:
+
+ 6.1: Supported Data Types
+ 6.2.3: Explicit Conversions
+ 6.2.4.2: Reinterpreting Types Using as_type() and as_typen()
+ 6.9: Preprocessor Directives and Macros
+ 6.11: Built-in Functions
+ 9.3: Double Precision Floating-Point
+ 9.4: 64-bit Atomics
+ 9.5: Writing to 3D image memory objects
+ 9.6: Half Precision Floating-Point
+
+libclc is intended to be used with the Clang compiler's OpenCL frontend.
+
+libclc is designed to be portable and extensible. To this end, it
+provides generic implementations of most library requirements,
+allowing the target to override the generic implementation at the
+granularity of individual functions.
+
+libclc currently supports PTX, AMDGPU, SPIRV and CLSPV targets, but
+support for more targets is welcome.
\ No newline at end of file
diff --git a/libclc/Makefile b/libclc/Makefile
new file mode 100644
index 0000000000..2e2ed15cd9
--- /dev/null
+++ b/libclc/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: $
+
+.include "../../lang/llvm/version.mk"
+
+DISTNAME= libclc-${LLVM_VERSION}.src
+PKGNAME= ${DISTNAME:S/.src//}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://libclc.llvm.org/
+COMMENT= OpenCL library
+LICENSE= apache-2.0
+
+USE_CXX_FEATURES= c++14
+USE_LANGUAGES= c c++
+GCC_REQD+= 7
+
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_C_COMPILER=${CC:Q}
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_CXX_COMPILER=${CXX:Q}
+
+PYTHON_FOR_BUILD_ONLY= yes
+
+PKGCONFIG_OVERRIDE+= libclc.pc.in
+
+.include "../../devel/cmake/build.mk"
+.include "../../wip/spirv-tools/buildlink3.mk"
+.include "../../parallel/spirv-llvm-translator/buildlink3.mk"
+.include "../../lang/llvm/buildlink3.mk"
+.include "../../lang/clang/buildlink3.mk"
+.include "../../lang/libunwind/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../mk/atomic64.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libclc/PLIST b/libclc/PLIST
new file mode 100644
index 0000000000..d6389fc727
--- /dev/null
+++ b/libclc/PLIST
@@ -0,0 +1,405 @@
+@comment $NetBSD$
+include/clc/as_type.h
+include/clc/async/async_work_group_copy.h
+include/clc/async/async_work_group_copy.inc
+include/clc/async/async_work_group_strided_copy.h
+include/clc/async/async_work_group_strided_copy.inc
+include/clc/async/gentype.inc
+include/clc/async/prefetch.h
+include/clc/async/prefetch.inc
+include/clc/async/wait_group_events.h
+include/clc/atom_decl_int32.inc
+include/clc/atom_decl_int64.inc
+include/clc/atomic/atomic_add.h
+include/clc/atomic/atomic_and.h
+include/clc/atomic/atomic_cmpxchg.h
+include/clc/atomic/atomic_dec.h
+include/clc/atomic/atomic_decl.inc
+include/clc/atomic/atomic_inc.h
+include/clc/atomic/atomic_max.h
+include/clc/atomic/atomic_min.h
+include/clc/atomic/atomic_or.h
+include/clc/atomic/atomic_sub.h
+include/clc/atomic/atomic_xchg.h
+include/clc/atomic/atomic_xor.h
+include/clc/cl_khr_global_int32_base_atomics/atom_add.h
+include/clc/cl_khr_global_int32_base_atomics/atom_cmpxchg.h
+include/clc/cl_khr_global_int32_base_atomics/atom_dec.h
+include/clc/cl_khr_global_int32_base_atomics/atom_inc.h
+include/clc/cl_khr_global_int32_base_atomics/atom_sub.h
+include/clc/cl_khr_global_int32_base_atomics/atom_xchg.h
+include/clc/cl_khr_global_int32_extended_atomics/atom_and.h
+include/clc/cl_khr_global_int32_extended_atomics/atom_max.h
+include/clc/cl_khr_global_int32_extended_atomics/atom_min.h
+include/clc/cl_khr_global_int32_extended_atomics/atom_or.h
+include/clc/cl_khr_global_int32_extended_atomics/atom_xor.h
+include/clc/cl_khr_int64_base_atomics/atom_add.h
+include/clc/cl_khr_int64_base_atomics/atom_cmpxchg.h
+include/clc/cl_khr_int64_base_atomics/atom_dec.h
+include/clc/cl_khr_int64_base_atomics/atom_inc.h
+include/clc/cl_khr_int64_base_atomics/atom_sub.h
+include/clc/cl_khr_int64_base_atomics/atom_xchg.h
+include/clc/cl_khr_int64_extended_atomics/atom_and.h
+include/clc/cl_khr_int64_extended_atomics/atom_max.h
+include/clc/cl_khr_int64_extended_atomics/atom_min.h
+include/clc/cl_khr_int64_extended_atomics/atom_or.h
+include/clc/cl_khr_int64_extended_atomics/atom_xor.h
+include/clc/cl_khr_local_int32_base_atomics/atom_add.h
+include/clc/cl_khr_local_int32_base_atomics/atom_cmpxchg.h
+include/clc/cl_khr_local_int32_base_atomics/atom_dec.h
+include/clc/cl_khr_local_int32_base_atomics/atom_inc.h
+include/clc/cl_khr_local_int32_base_atomics/atom_sub.h
+include/clc/cl_khr_local_int32_base_atomics/atom_xchg.h
+include/clc/cl_khr_local_int32_extended_atomics/atom_and.h
+include/clc/cl_khr_local_int32_extended_atomics/atom_max.h
+include/clc/cl_khr_local_int32_extended_atomics/atom_min.h
+include/clc/cl_khr_local_int32_extended_atomics/atom_or.h
+include/clc/cl_khr_local_int32_extended_atomics/atom_xor.h
+include/clc/clc.h
+include/clc/clcfunc.h
+include/clc/clcmacros.h
+include/clc/clctypes.h
+include/clc/common/degrees.h
+include/clc/common/degrees.inc
+include/clc/common/mix.h
+include/clc/common/mix.inc
+include/clc/common/radians.h
+include/clc/common/radians.inc
+include/clc/common/sign.h
+include/clc/common/smoothstep.h
+include/clc/common/smoothstep.inc
+include/clc/common/step.h
+include/clc/common/step.inc
+include/clc/convert.h
+include/clc/explicit_fence/explicit_memory_fence.h
+include/clc/float/definitions.h
+include/clc/geometric/cross.h
+include/clc/geometric/distance.h
+include/clc/geometric/distance.inc
+include/clc/geometric/dot.h
+include/clc/geometric/dot.inc
+include/clc/geometric/fast_distance.h
+include/clc/geometric/fast_distance.inc
+include/clc/geometric/fast_length.h
+include/clc/geometric/fast_length.inc
+include/clc/geometric/fast_normalize.h
+include/clc/geometric/fast_normalize.inc
+include/clc/geometric/floatn.inc
+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
+include/clc/integer/abs_diff.inc
+include/clc/integer/add_sat.h
+include/clc/integer/add_sat.inc
+include/clc/integer/clz.h
+include/clc/integer/clz.inc
+include/clc/integer/definitions.h
+include/clc/integer/gentype.inc
+include/clc/integer/hadd.h
+include/clc/integer/hadd.inc
+include/clc/integer/integer-gentype.inc
+include/clc/integer/mad24.h
+include/clc/integer/mad24.inc
+include/clc/integer/mad_hi.h
+include/clc/integer/mad_sat.h
+include/clc/integer/mad_sat.inc
+include/clc/integer/mul24.h
+include/clc/integer/mul24.inc
+include/clc/integer/mul_hi.h
+include/clc/integer/mul_hi.inc
+include/clc/integer/popcount.h
+include/clc/integer/rhadd.h
+include/clc/integer/rhadd.inc
+include/clc/integer/rotate.h
+include/clc/integer/rotate.inc
+include/clc/integer/sub_sat.h
+include/clc/integer/sub_sat.inc
+include/clc/integer/unary.inc
+include/clc/integer/upsample.h
+include/clc/math/acos.h
+include/clc/math/acosh.h
+include/clc/math/acospi.h
+include/clc/math/asin.h
+include/clc/math/asinh.h
+include/clc/math/asinpi.h
+include/clc/math/atan.h
+include/clc/math/atan2.h
+include/clc/math/atan2pi.h
+include/clc/math/atanh.h
+include/clc/math/atanpi.h
+include/clc/math/binary_decl.inc
+include/clc/math/binary_decl_tt.inc
+include/clc/math/cbrt.h
+include/clc/math/ceil.h
+include/clc/math/copysign.h
+include/clc/math/cos.h
+include/clc/math/cosh.h
+include/clc/math/cospi.h
+include/clc/math/erf.h
+include/clc/math/erfc.h
+include/clc/math/exp.h
+include/clc/math/exp10.h
+include/clc/math/exp2.h
+include/clc/math/expm1.h
+include/clc/math/fabs.h
+include/clc/math/fdim.h
+include/clc/math/floor.h
+include/clc/math/fma.h
+include/clc/math/fmax.h
+include/clc/math/fmin.h
+include/clc/math/fmod.h
+include/clc/math/fract.h
+include/clc/math/fract.inc
+include/clc/math/frexp.h
+include/clc/math/frexp.inc
+include/clc/math/gentype.inc
+include/clc/math/half_cos.h
+include/clc/math/half_divide.h
+include/clc/math/half_exp.h
+include/clc/math/half_exp10.h
+include/clc/math/half_exp2.h
+include/clc/math/half_log.h
+include/clc/math/half_log10.h
+include/clc/math/half_log2.h
+include/clc/math/half_powr.h
+include/clc/math/half_recip.h
+include/clc/math/half_rsqrt.h
+include/clc/math/half_sin.h
+include/clc/math/half_sqrt.h
+include/clc/math/half_tan.h
+include/clc/math/hypot.h
+include/clc/math/ilogb.h
+include/clc/math/ilogb.inc
+include/clc/math/ldexp.h
+include/clc/math/ldexp.inc
+include/clc/math/lgamma.h
+include/clc/math/lgamma_r.h
+include/clc/math/lgamma_r.inc
+include/clc/math/log.h
+include/clc/math/log10.h
+include/clc/math/log1p.h
+include/clc/math/log2.h
+include/clc/math/logb.h
+include/clc/math/mad.h
+include/clc/math/maxmag.h
+include/clc/math/minmag.h
+include/clc/math/modf.h
+include/clc/math/modf.inc
+include/clc/math/nan.h
+include/clc/math/nan.inc
+include/clc/math/native_cos.h
+include/clc/math/native_divide.h
+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_log10.h
+include/clc/math/native_log2.h
+include/clc/math/native_powr.h
+include/clc/math/native_recip.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
+include/clc/math/pown.inc
+include/clc/math/powr.h
+include/clc/math/remainder.h
+include/clc/math/remquo.h
+include/clc/math/remquo.inc
+include/clc/math/rint.h
+include/clc/math/rootn.h
+include/clc/math/rootn.inc
+include/clc/math/round.h
+include/clc/math/rsqrt.h
+include/clc/math/sin.h
+include/clc/math/sincos.h
+include/clc/math/sincos.inc
+include/clc/math/sinh.h
+include/clc/math/sinpi.h
+include/clc/math/sqrt.h
+include/clc/math/tan.h
+include/clc/math/tanh.h
+include/clc/math/tanpi.h
+include/clc/math/ternary_decl.inc
+include/clc/math/tgamma.h
+include/clc/math/trunc.h
+include/clc/math/unary_decl.inc
+include/clc/misc/shuffle.h
+include/clc/misc/shuffle2.h
+include/clc/relational/all.h
+include/clc/relational/any.h
+include/clc/relational/binary_decl.inc
+include/clc/relational/bitselect.h
+include/clc/relational/bitselect.inc
+include/clc/relational/floatn.inc
+include/clc/relational/isequal.h
+include/clc/relational/isfinite.h
+include/clc/relational/isgreater.h
+include/clc/relational/isgreaterequal.h
+include/clc/relational/isinf.h
+include/clc/relational/isless.h
+include/clc/relational/islessequal.h
+include/clc/relational/islessgreater.h
+include/clc/relational/isnan.h
+include/clc/relational/isnormal.h
+include/clc/relational/isnotequal.h
+include/clc/relational/isordered.h
+include/clc/relational/isunordered.h
+include/clc/relational/select.h
+include/clc/relational/select.inc
+include/clc/relational/signbit.h
+include/clc/relational/unary_decl.inc
+include/clc/shared/clamp.h
+include/clc/shared/clamp.inc
+include/clc/shared/max.h
+include/clc/shared/max.inc
+include/clc/shared/min.h
+include/clc/shared/min.inc
+include/clc/shared/vload.h
+include/clc/shared/vstore.h
+include/clc/synchronization/barrier.h
+include/clc/synchronization/cl_mem_fence_flags.h
+include/clc/workitem/get_global_id.h
+include/clc/workitem/get_global_offset.h
+include/clc/workitem/get_global_size.h
+include/clc/workitem/get_group_id.h
+include/clc/workitem/get_local_id.h
+include/clc/workitem/get_local_size.h
+include/clc/workitem/get_num_groups.h
+include/clc/workitem/get_work_dim.h
+share/clc/amdgcn--amdhsa.bc
+share/clc/aruba-r600--.bc
+share/clc/barts-r600--.bc
+share/clc/bonaire-amdgcn--.bc
+share/clc/bonaire-amdgcn-mesa-mesa3d.bc
+share/clc/caicos-r600--.bc
+share/clc/carrizo-amdgcn--.bc
+share/clc/carrizo-amdgcn-mesa-mesa3d.bc
+share/clc/cayman-r600--.bc
+share/clc/cedar-r600--.bc
+share/clc/clspv--.bc
+share/clc/clspv64--.bc
+share/clc/cypress-r600--.bc
+share/clc/fiji-amdgcn--.bc
+share/clc/fiji-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1010-amdgcn--.bc
+share/clc/gfx1010-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1011-amdgcn--.bc
+share/clc/gfx1011-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1012-amdgcn--.bc
+share/clc/gfx1012-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1013-amdgcn--.bc
+share/clc/gfx1013-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1030-amdgcn--.bc
+share/clc/gfx1030-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1031-amdgcn--.bc
+share/clc/gfx1031-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1032-amdgcn--.bc
+share/clc/gfx1032-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1033-amdgcn--.bc
+share/clc/gfx1033-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1034-amdgcn--.bc
+share/clc/gfx1034-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1035-amdgcn--.bc
+share/clc/gfx1035-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1036-amdgcn--.bc
+share/clc/gfx1036-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1100-amdgcn--.bc
+share/clc/gfx1100-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1101-amdgcn--.bc
+share/clc/gfx1101-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1102-amdgcn--.bc
+share/clc/gfx1102-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1103-amdgcn--.bc
+share/clc/gfx1103-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1150-amdgcn--.bc
+share/clc/gfx1150-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1151-amdgcn--.bc
+share/clc/gfx1151-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1152-amdgcn--.bc
+share/clc/gfx1152-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1200-amdgcn--.bc
+share/clc/gfx1200-amdgcn-mesa-mesa3d.bc
+share/clc/gfx1201-amdgcn--.bc
+share/clc/gfx1201-amdgcn-mesa-mesa3d.bc
+share/clc/gfx602-amdgcn--.bc
+share/clc/gfx602-amdgcn-mesa-mesa3d.bc
+share/clc/gfx705-amdgcn--.bc
+share/clc/gfx705-amdgcn-mesa-mesa3d.bc
+share/clc/gfx805-amdgcn--.bc
+share/clc/gfx805-amdgcn-mesa-mesa3d.bc
+share/clc/gfx900-amdgcn--.bc
+share/clc/gfx900-amdgcn-mesa-mesa3d.bc
+share/clc/gfx902-amdgcn--.bc
+share/clc/gfx902-amdgcn-mesa-mesa3d.bc
+share/clc/gfx904-amdgcn--.bc
+share/clc/gfx904-amdgcn-mesa-mesa3d.bc
+share/clc/gfx906-amdgcn--.bc
+share/clc/gfx906-amdgcn-mesa-mesa3d.bc
+share/clc/gfx908-amdgcn--.bc
+share/clc/gfx908-amdgcn-mesa-mesa3d.bc
+share/clc/gfx909-amdgcn--.bc
+share/clc/gfx909-amdgcn-mesa-mesa3d.bc
+share/clc/gfx90a-amdgcn--.bc
+share/clc/gfx90a-amdgcn-mesa-mesa3d.bc
+share/clc/gfx90c-amdgcn--.bc
+share/clc/gfx90c-amdgcn-mesa-mesa3d.bc
+share/clc/gfx940-amdgcn--.bc
+share/clc/gfx940-amdgcn-mesa-mesa3d.bc
+share/clc/gfx941-amdgcn--.bc
+share/clc/gfx941-amdgcn-mesa-mesa3d.bc
+share/clc/gfx942-amdgcn--.bc
+share/clc/gfx942-amdgcn-mesa-mesa3d.bc
+share/clc/hainan-amdgcn--.bc
+share/clc/hainan-amdgcn-mesa-mesa3d.bc
+share/clc/hawaii-amdgcn--.bc
+share/clc/hawaii-amdgcn-mesa-mesa3d.bc
+share/clc/hemlock-r600--.bc
+share/clc/iceland-amdgcn--.bc
+share/clc/iceland-amdgcn-mesa-mesa3d.bc
+share/clc/juniper-r600--.bc
+share/clc/kabini-amdgcn--.bc
+share/clc/kabini-amdgcn-mesa-mesa3d.bc
+share/clc/kaveri-amdgcn--.bc
+share/clc/kaveri-amdgcn-mesa-mesa3d.bc
+share/clc/mullins-amdgcn--.bc
+share/clc/mullins-amdgcn-mesa-mesa3d.bc
+share/clc/nvptx--.bc
+share/clc/nvptx--nvidiacl.bc
+share/clc/nvptx64--.bc
+share/clc/nvptx64--nvidiacl.bc
+share/clc/oland-amdgcn--.bc
+share/clc/oland-amdgcn-mesa-mesa3d.bc
+share/clc/palm-r600--.bc
+share/clc/pitcairn-amdgcn--.bc
+share/clc/pitcairn-amdgcn-mesa-mesa3d.bc
+share/clc/polaris10-amdgcn--.bc
+share/clc/polaris10-amdgcn-mesa-mesa3d.bc
+share/clc/polaris11-amdgcn--.bc
+share/clc/polaris11-amdgcn-mesa-mesa3d.bc
+share/clc/redwood-r600--.bc
+share/clc/spirv-mesa3d-.spv
+share/clc/spirv64-mesa3d-.spv
+share/clc/stoney-amdgcn--.bc
+share/clc/stoney-amdgcn-mesa-mesa3d.bc
+share/clc/sumo-r600--.bc
+share/clc/sumo2-r600--.bc
+share/clc/tahiti-amdgcn--.bc
+share/clc/tahiti-amdgcn-mesa-mesa3d.bc
+share/clc/tonga-amdgcn--.bc
+share/clc/tonga-amdgcn-mesa-mesa3d.bc
+share/clc/tongapro-amdgcn--.bc
+share/clc/tongapro-amdgcn-mesa-mesa3d.bc
+share/clc/turks-r600--.bc
+share/clc/verde-amdgcn--.bc
+share/clc/verde-amdgcn-mesa-mesa3d.bc
+share/pkgconfig/libclc.pc
diff --git a/libclc/buildlink3.mk b/libclc/buildlink3.mk
new file mode 100644
index 0000000000..08d5228259
--- /dev/null
+++ b/libclc/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: $
+
+BUILDLINK_TREE+= libclc
+
+.if !defined(LIBCLC_BUILDLINK3_MK)
+LIBCLC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libclc+= libclc>=18.0.0
+BUILDLINK_PKGSRCDIR.libclc?= ../../wip/libclc
+
+.include "../../lang/llvm/buildlink3.mk"
+.include "../../parallel/spirv-llvm-translator/buildlink3.mk"
+.endif # LIBCLC_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libclc
diff --git a/libclc/distinfo b/libclc/distinfo
new file mode 100644
index 0000000000..ae73d8e384
--- /dev/null
+++ b/libclc/distinfo
@@ -0,0 +1,11 @@
+$NetBSD: distinfo,v 1.24 2024/07/06 15:45:08 adam Exp $
+
+BLAKE2s (cmake-19.1.7.src.tar.xz) = 420fe22b00305abc7924fd6cb58bc1ba1c17c6e79a6b51ffb406163db7f1805c
+SHA512 (cmake-19.1.7.src.tar.xz) = 3ff56e1a61dbace35d8c168ad5c94c5a09d92eb683494bfe1deabcb3640cf79b7422d44903d049d2298d54c2874f9a60c4f13f6795a3949e7eaefd5d42e62621
+Size (cmake-19.1.7.src.tar.xz) = 9300 bytes
+BLAKE2s (libclc-19.1.7.src.tar.xz) = 1161ef2dc8280caef0be1351dd385696f551548bb9ab701ed805c78483b6f667
+SHA512 (libclc-19.1.7.src.tar.xz) = 6657d38ee32b1ef844f3663e575dd3c930813ab5b6bc58bfdc144e841e3bb4196bb7a42ba5ac53422499347f9a967305871321e14ec8205648ad60dfb40c29c6
+Size (libclc-19.1.7.src.tar.xz) = 128984 bytes
+BLAKE2s (runtimes-19.1.7.src.tar.xz) = 196d02c1a9acc62eb19e300df6e2213312b3522a518322dd7eab47559e0884e0
+SHA512 (runtimes-19.1.7.src.tar.xz) = 6b87dafe809b49560c72b9872f4e2795de70c66000af2272ad46fc044e5c88a3415aaa444f80d37946da14127cd4645b2a7420e3e184641215f415b709d801d8
+Size (runtimes-19.1.7.src.tar.xz) = 7224 bytes
Home |
Main Index |
Thread Index |
Old Index