In this article on chat services used for OSS:
https://catfox.life/2019/04/28/keeping-libre-software-accessible-to-all/
I was surprised to see a mention of Gentoo as a project that uses "Discord
as an official method of communication". When I searched, I indeed found
https://discordapp.com/invite
On Mon, Apr 29, 2019 at 4:34 PM Dirkjan Ochtman wrote:
>
> In this article on chat services used for OSS:
>
> https://catfox.life/2019/04/28/keeping-libre-software-accessible-to-all/
>
> I was surprised to see a mention of Gentoo as a project that uses "Discord as
> an official method of communic
On 04/29/19 17:04, Mike Gilbert wrote:
> On Mon, Apr 29, 2019 at 4:34 PM Dirkjan Ochtman wrote:
>>
>> In this article on chat services used for OSS:
>>
>> https://catfox.life/2019/04/28/keeping-libre-software-accessible-to-all/
>>
>> I was surprised to see a mention of Gentoo as a project that use
Hi,
Here's my proposed EAPI 7 support for llvm.eclass. I think it should
conceptually work with cross but I haven't tested it. The main problem
is that we have multiple distinct ways of building LLVM, and AFAIU
when using CMake modules, you should be able to get away without having
LLVM in CBUIL
Since LLVM versions use three components, 'x.0.0_rcN' will be always
greater than 'x'.
Signed-off-by: Michał Górny
---
eclass/llvm.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index ca10e742f1b1..618a924bbb87 100644
--- a/ecla
Add two switches to get_llvm_prefix(), '-b' and '-d' to enable use
of LLVM API cross support. '-b' is intended to be used whenever prefix
to CBUILD llvm-config is needed, and '-d' (the default) is intended
to be used whenever prefix to CHOST bindir is needed (to find CMake
modules).
Signed-off-by
Signed-off-by: Michał Górny
---
eclass/llvm.eclass | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index 618a924bbb87..e4052a6400c0 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -17,18 +17,19 @@
# a proper dep
Signed-off-by: Michał Górny
---
eclass/llvm.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index 6f6e2939a17b..1417f4e2f1d7 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -60,7 +60,7 @@ case "${EAPI:-0}" in
0
On Mon, 2019-04-29 at 22:34 +0200, Dirkjan Ochtman wrote:
> In this article on chat services used for OSS:
>
> https://catfox.life/2019/04/28/keeping-libre-software-accessible-to-all/
>
> I was surprised to see a mention of Gentoo as a project that uses "Discord
> as an official method of communi