Age | Commit message (Expand) | Author |
2022-06-12 | gnu: zig: Limit to 64bit systems....* gnu/packages/zig.scm (zig)[supported-systems]: New field.
| Efraim Flashner |
2022-04-07 | gnu: LLVM, Clang: Add 14.0.0....* gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-monorepo):
New variables.
(clang-runtime-from-llvm): Make HASH optional; use monorepo when not present.
(clang-from-llvm): Likewise.
(llvm-14, clang-runtime-14, clang-14, clang-toolchain-14, lld-14): New variables.
(llvm-13): Inherit from LLVM-14.
(lld-13): Inherit from LLD-14.
(lld): Turn into alias for LLD-14.
* gnu/packages/patches/clang-14.0-libc-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/zig.scm (zig): Change from LLD to LLD-13.
| Marius Bakke |
2022-03-28 | gnu: zig: Remove unneeded patch....* gnu/packages/zig.scm (zig)[source]: Remove one patch.
* gnu/packages/patches/zig-disable-libc-note-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2022-03-15 | gnu: zig: Update to 0.9.1....* gnu/packages/zig.scm (zig): Update to 0.9.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| jgart |
2022-01-24 | gnu: zig: Update to 0.9.0...* gnu/packages/patches/zig-disable-libc-note-test.patch: Move patch changes to new file.
* gnu/packages/patches/zig-use-system-paths.patch: Update line numbers.
* gnu/packages/zig.scm: Update to 0.9.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Calum Irwin |