cb424d7448
verify-patch-sanity.py validates every active recipe .patch has internally- consistent hunk line counts — catching the 'malformed patch at line N' failure at commit/CI/preflight time instead of hours into a cook. This cycle hit that class three times (qtwaylandscanner, sddm, xwayland), each only discovered when cookbook tried to apply the patch. Running it across the repo found 29 latent malformed patches (validated against GNU patch: e.g. relibc/P3-sysv-ipc reproduces 'malformed patch at line 22'). They were harmless only because they sit in vendored recipes (baked, not re- applied) — but would fail on any version-bump re-derivation. --fix recounts the hunk headers (body untouched) and repaired all 29. Wired into build-preflight.sh (Phase 1.0D) and redbear-ci.yml, with a unit test (test-patch-sanity.sh). Skips archived/legacy trees and unvalidatable formats (empty placeholders, bare-@@ git hunks).
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
|
|
README for the LLVM* OpenMP* Offloading Runtime Library (libomptarget)
|
|
======================================================================
|
|
|
|
For details about building, please look at README.rst in the parent directory
|
|
and the build instructions as well as FAQ at https://openmp.llvm.org.
|
|
|
|
Architectures Supported
|
|
=======================
|
|
The current library has been only tested in Linux operating system and the
|
|
following host architectures:
|
|
* Intel(R) 64 architecture
|
|
* IBM(R) Power architecture (big endian)
|
|
* IBM(R) Power architecture (little endian)
|
|
* ARM(R) AArch64 architecture (little endian)
|
|
|
|
The currently supported offloading device architectures are:
|
|
* Intel(R) or AMD(R) 64-bit architecture (x86_64)
|
|
* IBM(R) Power architecture (big endian)
|
|
* IBM(R) Power architecture (little endian)
|
|
* ARM(R) AArch64 architecture (little endian)
|
|
* CUDA(R) enabled 64-bit NVIDIA(R) GPU architectures
|
|
* AMD(R) enabled 64-bit AMD(R) GPU architectures
|
|
|
|
-----------------------------------------------------------------------
|
|
|
|
*Other names and brands may be claimed as the property of others.
|