add 'lonesome' to DPB_PROPERTIES on i386 for llvm 22 in the hope
that it reduces or avoids out-of-memory running llvm-tblgen for
llvm/lib/Target/AMDGPU/AMDGPUGISel.td
Fix up packaging on architectures without lldb
eg powerpc64 riscv64 or sparc64
Conflicts markers tweaked to provide an automatic upgrade path for
existing llvm-22 and lldb-22 packages.
Reported by gkoehler@, tested by and ok gkoehler@ tb@. "go head" robert@
rustic: set USE_NOEXECONLY on amd64 since it now uses aws-lc
Upstream has now merged the rodata patch, so the issue with the aws-lc
backend for rustls will hopefully resolve itself soon:
https://github.com/awslabs/s2n-bignum/pull/242
found/tested/ok kirill
update to py3-cvxopt-1.3.3
mark ONLY_FOR_ARCHS = ${LP64_ARCHS}; there are a bunch of pointer type
issues in src/C/lapack.c (cvxopt uses an "int_t" type, which is really
Py_ssize_t aka long, but this file confuses int_t * with int *).