Bug#1093963: obsolete patch

2025-01-24 Thread YumeYao
. So we don't need to keep this patch any more. Best Regards, yumeyao

Bug#1093961: obsolete build dependencies

2025-01-24 Thread YumeYao
ommit history. tried building llvm-18 without these dependencies, looked all ok. applies to llvm 7.0~, if i'm not making mistakes, llvm 18 and 19 are being actively maintained, so should remove them. Best Regards, yumeyao

Bug#1031384: debian/control: build-deps cmake version requirement

2023-02-15 Thread YumeYao
commit/c5b56b35c264664e897a2895e2561a5fb8287703 The current debian source libzstd-dev.install is assuming zstdTargets*.cmake present in CMakeFiles/Export//. CMake 3.24 changed the path. Prior to CMake 3.24, this directory is CMakeFiles/Export/lib/${DEB_HOST_GNU_TYPE}/cmake/zstd. Regards, yumeyao

Bug#1004114: llvm-toolchain source package rules 'NJOBS' missing '-j'

2022-01-20 Thread YumeYao
;m aware that I can set an envvar DEB_BUILD_OPTIONS='parallel=XX' before the build, but I assume the proper fix for it should be: else NJOBS := -j $(shell nproc) endif Regards, yumeyao