Siduction Forum

Siduction Forum => Software - Support => Topic started by: jyp on 2021/10/10, 19:38:25

Title: libllvm12 vs libllvm13
Post by: jyp on 2021/10/10, 19:38:25
Hallo

This morning (UTC -4) the du installed libllvm12 and <apt autoremove> stated that libllvm13 was no longer required. It looks strange to replace version 13 by version 12 (older). The du went smoothly and now both packages are installed. Could I remove libllvm13 as suggested?

I supposed that there is a reason. Just trying to understand.

Have a nice day.
jyp
Title: Re: libllvm12 vs libllvm13
Post by: devil on 2021/10/11, 20:15:51
ft@blue:~$ aptitude why libllvm13
i   cargo    Hängt ab von gcc | clang | c-compiler
p   clang-13 Liefert      c-compiler
p   clang-13 Hängt ab von libllvm13
ft@blue:~$ aptitude why libllvm12
i   va-driver-all   Hängt ab von mesa-va-drivers
i A mesa-va-drivers Hängt ab von libllvm12
Title: Re: libllvm12 vs libllvm13
Post by: hsp on 2021/10/11, 22:00:09
libllvm13 can go away again.


Code: [Select]
mesa (21.2.3-2) unstable; urgency=medium

  * Revert back to llvm 12. (Closes: #995835)

 -- Timo Aaltonen <tjaalton@debian.org>  Thu, 07 Oct 2021 12:30:07 +0300

mesa (21.2.3-1) unstable; urgency=medium

  [ Timo Aaltonen ]
  * New upstream release.
  * rules: Build with -O2 for ppc64el.
  * Build with llvm 13.

  [ Aurelien Jarno ]
  * Disable LLVM support on riscv64, it doesn't have JIT. (Closes: #995618)

 -- Timo Aaltonen <tjaalton@debian.org>  Mon, 04 Oct 2021 15:18:27 +0300


Title: Re: libllvm12 vs libllvm13
Post by: jyp on 2021/10/12, 18:43:52
Thank you.

I suspected something like that but I also forgot the way to get the information. Thanks again

jyp