Signed-off-by: Michał Górny
---
eclass/python-utils-r1.eclass | 5 +
1 file changed, 5 insertions(+)
GitHub PR (with package updates):
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 89013591c31b..7a5f84bd561e 100644
--- a/eclass/python-utils-r1.eclass
+++
On 2022-08-31 17:27, Mike Gilbert wrote:
The only pain point I see is for users with /usr on a separate
filesystem and that are not using an appropriate initramfs.
As mentioned on IRC earlier on today, another (although this would be
less of a pain point and more of a sneaky changes to run-ti
Comparing to v6, rocn.eclass refactorized a lot in v7, thanks to
Michał's critical comments on
https://github.com/gentoo/gentoo/pull/26784.
Now the eclass code base is much cleaner, mostly because specific codes
in phase functions are removed.
Changelog against v6:
1. Remove phase functions rocm
This eclass provides utilities for ROCm libraries in
https://github.com/ROCmSoftwarePlatform, e.g. rocBLAS, rocFFT.
It contains a USE_EXPAND, amdgpu_targets_*, which handles the GPU
architecture to compile, and keep targets coherent among dependencies.
Packages that depend on ROCm libraries, like c
Signed-off-by: Yiyang Wu
---
profiles/desc/amdgpu_targets.desc | 17 +
1 file changed, 17 insertions(+)
create mode 100644 profiles/desc/amdgpu_targets.desc
diff --git a/profiles/desc/amdgpu_targets.desc
b/profiles/desc/amdgpu_targets.desc
new file mode 100644
index 000
Hi All:
Here is the package list:
dev-util/lttng-modules
dev-util/lttng-tools
dev-util/lttng-ust
dev-util/babeltrace
I'm not actively using lttng, and these packages
really need some love to take care of..
There are some bugs, and lttng-modules may become broken quite easily
when com