Commit graph

14 commits

Author SHA1 Message Date
Anthony Cowley eb20eae90f
llvmPackages_rocm: 4.5.2 -> 5.0.2 (#165362)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:35:14 +02:00
InternetUnexplorer 9c8eda7f38 llvmPackages_rocm.llvm: don't build shared libs
This seems to fix the notorious "CommandLine Error: Option 'xxxxx'
registered more than once!" error in applications that use both Mesa and
ROCm.

Since Mesa is built with llvmPackages_latest and ROCm stuff is built
with llvmPackages_rocm, applications that use both (such as Blender) end
up with two different `libLLVM*.so`s loaded, which breaks things.

This seems like a straightforward way to fix the problem, and since the
ROCm stack seems to be the only thing in Nixpkgs that uses
llvmPackages_rocm this hopefully shouldn't break anything.

While there might be another way to fix this problem that doesn't
require disabling the shared libraries, I haven't been able to find it
yet, and since this issue seems to affect a lot of people I think it
might make sense to merge this fix for now and revisit it later if a
better solution is found.

This also removes a small patch to rocm-comgr since there are no longer
LLVM shared libraries for it to link against.
2022-03-11 11:33:56 -08:00
Neubauer, Sebastian 66bdbb56e2 rocm-comgr: 4.3.1 → 4.5.2 2021-12-15 16:57:22 +01:00
Sebastian Neubauer d99dfe5821 rocm-comgr: add update script 2021-09-09 13:38:57 +02:00
Bernardo Meurer 4fa55823c3
rocm-comgr: 4.1.0 -> 4.3.1 2021-09-02 13:04:16 -07:00
Daniël de Kok 017aa88470 Remove danieldk as a maintainer for some packages
- AMD GPU packages: AMD removed support for the RX5x0 GPUs from ROCm, so
  I cannot test these packages anymore.
- A small number of GUI packages: I switched back to macOS on the
  desktop for work reasons, so I cannot easily test these.
- broot: I took over maintainership from someone else, but do not really
  use broot.
2021-07-03 12:14:20 +02:00
Daniël de Kok 74ce68be64 rocm-comgr: 4.0.0 -> 4.1.0 2021-03-24 08:55:39 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Daniël de Kok 240416a10b rocm-comgr: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Daniël de Kok b4f767c538 rocm-comgr: 3.9.0 -> 3.10.0 2020-12-01 07:40:01 +01:00
Daniël de Kok b13def4cfb rocm-comgr: 3.8.0 -> 3.9.0 2020-11-03 08:49:00 +01:00
Daniël de Kok f038c7b9fc rocm-comgr: 3.7.0 -> 3.8.0 2020-09-19 08:08:29 +02:00
Daniël de Kok f511f43592 rocm-comgr: 3.5.0 -> 3.7.0 2020-08-21 08:50:51 +02:00
Daniël de Kok bf54eee427 rocm-comgr: init at 3.5.0 2020-07-13 19:59:35 +02:00