Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zig: add clang to makedepends
@ 2020-05-11 15:07 ifreund
  2020-05-11 15:12 ` [PR PATCH] [Merged]: " q66
  0 siblings, 1 reply; 2+ messages in thread
From: ifreund @ 2020-05-11 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

There is a new pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages zig-clang-dep
https://github.com/void-linux/void-packages/pull/21838

zig: add clang to makedepends
zig also links against clang, which was automatically included as a
dependency of llvm10 (which it shouldn't be) masking the fact that it's
needed in makedepends.

A patch file from https://github.com/void-linux/void-packages/pull/21838.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zig-clang-dep-21838.patch --]
[-- Type: text/x-diff, Size: 884 bytes --]

From f359525576bd24da5d907d6469269aa524a189ff Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Mon, 11 May 2020 17:03:45 +0200
Subject: [PATCH] zig: add clang to makedepends

zig also links against clang, which was automatically included as a
dependency of llvm10 (which it shouldn't be) masking the fact that it's
needed in makedepends.
---
 srcpkgs/zig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template
index 829642b3532..c3ab8e62a11 100644
--- a/srcpkgs/zig/template
+++ b/srcpkgs/zig/template
@@ -4,7 +4,7 @@ version=0.6.0
 revision=1
 archs="x86_64*"
 build_style=cmake
-makedepends="llvm10 lld-devel"
+makedepends="clang llvm10 lld-devel"
 short_desc="Programming language designed for robustness, optimality, and clarity"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="MIT"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: zig: add clang to makedepends
  2020-05-11 15:07 [PR PATCH] zig: add clang to makedepends ifreund
@ 2020-05-11 15:12 ` q66
  0 siblings, 0 replies; 2+ messages in thread
From: q66 @ 2020-05-11 15:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There's a merged pull request on the void-packages repository

zig: add clang to makedepends
https://github.com/void-linux/void-packages/pull/21838

Description:
zig also links against clang, which was automatically included as a
dependency of llvm10 (which it shouldn't be) masking the fact that it's
needed in makedepends.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-11 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 15:07 [PR PATCH] zig: add clang to makedepends ifreund
2020-05-11 15:12 ` [PR PATCH] [Merged]: " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).