Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2022 09:35:52 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a567eb8103d9 - main - devel/libclc: Update to llvm13
Message-ID:  <202210200935.29K9ZqEc079006@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a567eb8103d94e515b37bc4d490c536dc165cb0e

commit a567eb8103d94e515b37bc4d490c536dc165cb0e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-20 08:21:20 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-10-20 09:35:40 +0000

    devel/libclc: Update to llvm13
    
    This should be in sync with clover.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    MFH:    2022Q4
---
 devel/libclc/Makefile  | 8 ++++----
 devel/libclc/distinfo  | 6 +++---
 devel/libclc/pkg-plist | 1 +
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/libclc/Makefile b/devel/libclc/Makefile
index b21831c628a7..d9141924494e 100644
--- a/devel/libclc/Makefile
+++ b/devel/libclc/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libclc
-DISTVERSION=	12.0.1
+DISTVERSION=	13.0.1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/
 DISTNAME=	libclc-${DISTVERSION}.src
@@ -13,14 +13,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 LICENSE_NAME=	Apache License 2.0 with LLVM Exceptions
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BUILD_DEPENDS=	llvm12>=12.0:devel/llvm12 \
-		spirv-llvm-translator-llvm12>0:devel/spirv-llvm-translator@llvm12 \
+BUILD_DEPENDS=	llvm13>=13.0:devel/llvm13 \
+		spirv-llvm-translator-llvm13>0:devel/spirv-llvm-translator@llvm13 \
 		libedit>=0:devel/libedit
 
 USES=		cmake compiler:c++11-lib python:3.6+,build tar:xz
 USE_LDCONFIG=	yes
 
 BINARY_ALIAS=	python=${PYTHON_CMD}
-CMAKE_ARGS+=	-DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config12
+CMAKE_ARGS+=	-DLLVM_CONFIG=${LOCALBASE}/bin/llvm-config13
 
 .include <bsd.port.mk>
diff --git a/devel/libclc/distinfo b/devel/libclc/distinfo
index 5b084a82b2c2..6649e632ac42 100644
--- a/devel/libclc/distinfo
+++ b/devel/libclc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634573517
-SHA256 (libclc-12.0.1.src.tar.xz) = e34f0534b03905a89140deb4e7b85766e834ecf0ea4bd773b3dfb034dce4ca2f
-SIZE (libclc-12.0.1.src.tar.xz) = 124172
+TIMESTAMP = 1666253590
+SHA256 (libclc-13.0.1.src.tar.xz) = 8f0213e52e2fcaca3dfcc438f05d0e15e9b3c96fd6b0994a802b267dc1047a1d
+SIZE (libclc-13.0.1.src.tar.xz) = 125852
diff --git a/devel/libclc/pkg-plist b/devel/libclc/pkg-plist
index fed1d69d1362..b7a73ae9389e 100644
--- a/devel/libclc/pkg-plist
+++ b/devel/libclc/pkg-plist
@@ -286,6 +286,7 @@ 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/cypress-r600--.bc
 share/clc/fiji-amdgcn--.bc
 share/clc/fiji-amdgcn-mesa-mesa3d.bc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210200935.29K9ZqEc079006>