1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
{'description': {'en': '32bit ebuilds (libdrm, mesa, libx11, mesa-progs, ..)'},
'feed': ['https://github.com/FireBurn/Overlay/commits/master.atom'],
'homepage': 'https://github.com/FireBurn/Overlay',
'name': 'FireBurn',
'owner': [{'email': 'mike@fireburn.co.uk',
'name': 'Mike Lothian',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/FireBurn/Overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/FireBurn/Overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync FireBurn
*** syncing FireBurn
From https://github.com/FireBurn/Overlay
bde3884..bf96a84 master -> origin/master
Updating bde3884..bf96a84
Fast-forward
dev-libs/rocm-comgr/Manifest | 1 +
...01-COMGR-changes-needed-for-upstream-llvm.patch | 66 +++++++++
.../files/rocm-comgr-4.5.2-dependencies.patch | 53 +++++++
.../files/rocm-comgr-5.0-rocm_path.patch | 14 ++
.../rocm-comgr-5.1.3-Find-CLANG_RESOURCE_DIR.patch | 71 +++++++++
.../files/rocm-comgr-5.1.3-clang-fix-include.patch | 12 ++
.../files/rocm-comgr-5.1.3-clang-link.patch | 17 +++
.../files/rocm-comgr-5.1.3-rocm-path.patch | 14 ++
dev-libs/rocm-comgr/rocm-comgr-5.1.3.ebuild | 57 ++++++++
dev-libs/rocm-device-libs/Manifest | 1 +
.../files/rocm-device-libs-5.1.3-llvm-link.patch | 13 ++
.../rocm-device-libs-5.1.3-test-bitcode-dir.patch | 24 +++
.../rocm-device-libs/rocm-device-libs-5.1.3.ebuild | 47 ++++++
dev-libs/rocm-opencl-runtime/Manifest | 2 +
...cl-runtime-3.5.0-do-not-install-libopencl.patch | 14 ++
.../rocm-opencl-runtime-5.0.2-enable-gfx800.patch | 16 ++
.../rocm-opencl-runtime-5.1.3-remove-clinfo.patch | 24 +++
.../rocm-opencl-runtime-5.1.3.ebuild | 90 ++++++++++++
dev-libs/rocr-runtime/Manifest | 1 +
.../files/rocr-runtime-4.3.0_no-aqlprofiler.patch | 29 ++++
.../rocr-runtime-5.0.1-cmake-install-paths.patch | 42 ++++++
dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild | 50 +++++++
dev-libs/roct-thunk-interface/Manifest | 1 +
.../roct-thunk-interface-5.1.3.ebuild | 40 +++++
dev-util/hip/Manifest | 6 +
...0001-SWDEV-316128-HIP-surface-API-support.patch | 35 +++++
.../hip/files/hip-5.1.3-clang-include-path.patch | 12 ++
.../hip/files/hip-5.1.3-fix-hip_prof_gen.patch | 38 +++++
dev-util/hip/files/hip-5.1.3-rocm-path.patch | 13 ++
dev-util/hip/files/hipvars-5.1.3.pm | 21 +++
dev-util/hip/hip-5.1.3.ebuild | 161 +++++++++++++++++++++
dev-util/rocm-cmake/Manifest | 1 +
.../files/rocm-cmake-5.0.2-license.patch | 15 ++
dev-util/rocm-cmake/rocm-cmake-5.1.3.ebuild | 31 ++++
dev-util/rocm-smi/Manifest | 1 +
.../rocm-smi-5.1.3-detect-builtin-amdgpu.patch | 26 ++++
dev-util/rocm-smi/rocm-smi-5.1.3.ebuild | 62 ++++++++
dev-util/rocminfo/Manifest | 1 +
.../rocminfo-5.1.3-detect-builtin-amdgpu.patch | 50 +++++++
dev-util/rocminfo/rocminfo-5.1.3.ebuild | 31 ++++
40 files changed, 1203 insertions(+)
create mode 100644 dev-libs/rocm-comgr/Manifest
create mode 100644 dev-libs/rocm-comgr/files/0001-COMGR-changes-needed-for-upstream-llvm.patch
create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-4.5.2-dependencies.patch
create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-5.0-rocm_path.patch
create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-5.1.3-Find-CLANG_RESOURCE_DIR.patch
create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-5.1.3-clang-fix-include.patch
create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-5.1.3-clang-link.patch
create mode 100644 dev-libs/rocm-comgr/files/rocm-comgr-5.1.3-rocm-path.patch
create mode 100644 dev-libs/rocm-comgr/rocm-comgr-5.1.3.ebuild
create mode 100644 dev-libs/rocm-device-libs/Manifest
create mode 100644 dev-libs/rocm-device-libs/files/rocm-device-libs-5.1.3-llvm-link.patch
create mode 100644 dev-libs/rocm-device-libs/files/rocm-device-libs-5.1.3-test-bitcode-dir.patch
create mode 100644 dev-libs/rocm-device-libs/rocm-device-libs-5.1.3.ebuild
create mode 100644 dev-libs/rocm-opencl-runtime/Manifest
create mode 100644 dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-3.5.0-do-not-install-libopencl.patch
create mode 100644 dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-5.0.2-enable-gfx800.patch
create mode 100644 dev-libs/rocm-opencl-runtime/files/rocm-opencl-runtime-5.1.3-remove-clinfo.patch
create mode 100644 dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild
create mode 100644 dev-libs/rocr-runtime/Manifest
create mode 100644 dev-libs/rocr-runtime/files/rocr-runtime-4.3.0_no-aqlprofiler.patch
create mode 100644 dev-libs/rocr-runtime/files/rocr-runtime-5.0.1-cmake-install-paths.patch
create mode 100644 dev-libs/rocr-runtime/rocr-runtime-5.1.3.ebuild
create mode 100644 dev-libs/roct-thunk-interface/Manifest
create mode 100644 dev-libs/roct-thunk-interface/roct-thunk-interface-5.1.3.ebuild
create mode 100644 dev-util/hip/Manifest
create mode 100644 dev-util/hip/files/0001-SWDEV-316128-HIP-surface-API-support.patch
create mode 100644 dev-util/hip/files/hip-5.1.3-clang-include-path.patch
create mode 100644 dev-util/hip/files/hip-5.1.3-fix-hip_prof_gen.patch
create mode 100644 dev-util/hip/files/hip-5.1.3-rocm-path.patch
create mode 100644 dev-util/hip/files/hipvars-5.1.3.pm
create mode 100644 dev-util/hip/hip-5.1.3.ebuild
create mode 100644 dev-util/rocm-cmake/Manifest
create mode 100644 dev-util/rocm-cmake/files/rocm-cmake-5.0.2-license.patch
create mode 100644 dev-util/rocm-cmake/rocm-cmake-5.1.3.ebuild
create mode 100644 dev-util/rocm-smi/Manifest
create mode 100644 dev-util/rocm-smi/files/rocm-smi-5.1.3-detect-builtin-amdgpu.patch
create mode 100644 dev-util/rocm-smi/rocm-smi-5.1.3.ebuild
create mode 100644 dev-util/rocminfo/Manifest
create mode 100644 dev-util/rocminfo/files/rocminfo-5.1.3-detect-builtin-amdgpu.patch
create mode 100644 dev-util/rocminfo/rocminfo-5.1.3.ebuild
*** synced FireBurn
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 FireBurn
* Cache regenerated successfully
|