pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust176: now requires LLVM >= 16 if using an external LLVM.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 18 23:11:33 2024 +0000
Changeset:	a64c13f440a359fd7ecbbb16c27b2617b1862c2b

Modified Files:
	rust176/options.mk

Log Message:
rust176: now requires LLVM >= 16 if using an external LLVM.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a64c13f440a359fd7ecbbb16c27b2617b1862c2b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust176/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust176/options.mk b/rust176/options.mk
index d1204912cc..749d9d8b90 100644
--- a/rust176/options.mk
+++ b/rust176/options.mk
@@ -40,7 +40,7 @@ PKG_OPTIONS_LEGACY_OPTS+=	rust-llvm:rust-internal-llvm
 #
 .if empty(PKG_OPTIONS:Mrust-internal-llvm)
 # External LLVM must be >= 15, ref. RELEASES.md
-BUILDLINK_API_DEPENDS.llvm+=	llvm>=15
+BUILDLINK_API_DEPENDS.llvm+=	llvm>=16
 .include "../../lang/libunwind/buildlink3.mk"
 .include "../../lang/llvm/buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-llvm-link-shared


Home | Main Index | Thread Index | Old Index