13 Commits

Author SHA256 Message Date
Jeremy Newton
00b79d32c4 Disable alt_arch
It seems to have gcc15 issues, TODO fix this later.
2025-04-17 16:02:33 -04:00
99fbc68cdf Static link comgr
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-04-17 09:37:08 -07:00
Jeremy Newton
a3919202a9 Fixes for aarch64
More cstint issues from gcc 15
2025-04-17 11:55:30 -04:00
Jeremy Newton
4c6c564ca0 Update to 6.4.0
Clean up old patches.
2025-04-16 14:49:33 -04:00
f69dc58e3c Do not use cmake CMP0053
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-02-28 06:04:02 -08:00
6ef22590de Fix the shebangs again
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-01-25 13:35:49 -08:00
8ccb38cd30 Add module include dirs for kokkos
switch from release to relwithdebinfo
clean up some shebangs

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-01-22 04:04:12 -08:00
410e7c3d0f remove the requires gcc-c++
build the libc++ runtime
remove mlir
add rocm-llvm-filesystem

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-01-14 17:32:47 -08:00
1da20d939c Add clang-tools-extra package
clang-tidy is used by some of the ROCm packages, so we
need to build clang-tools-extra to get it.

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2024-12-29 05:04:31 -08:00
5567cac7c8 Statically link comgr
For blender.
Blender's use of multiple packages with llvm and clang runtimes causes
for comgr which has the rocm-llvm variants.

So build a special static only version of rocm-llvm to use for comgr.

Also remove lld-devel and lld-libs
comgr should have been the only user of liblld.so and now does not need
them.  So do not have a lld-devel

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2024-12-19 06:52:17 -08:00
fd22cecbf2 Update to 6.3
Enable bunbled llvm for fedora.

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2024-12-09 04:38:09 -08:00
af0dcd5b3f Update for bundled llvm
Use gcc as the stage 1 compiler over clang.
All distro's but fedora have bundled llvm on by default.
replace is_opensuse with suse_version
Reduce compiler-rt to only what is needed.
Do not remove extra bits of the install.

Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2024-11-22 09:51:57 -08:00
9febd82063 Cleanup bundled build
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2024-11-19 06:35:21 -08:00