The zig package
Find a file
Jan200101 b9abbed4a8
use relative cache dir, put cache into vpath for clean separation
The zig cache dir used to be specified as an absolute path because of an
issue with build processes for local subdependencies changing the
current working directory incorrectly, this has since been fixed.
Additionally %{builddir} is a new construct that is not available under
EPEL, %{_builddir}/%{?buildsubdir} was considered however there is no
need for an absolute path at this time.

The generated objects should never match on different architectures due
to how the cache system is designed however there this may cause
confusion while debugging so its been put under %{_vpath_builddir}.
Specifying a direct cache name would be possible however I think
_vpath_builddir has become pretty well known to maintainers and would
best be suited for this.
2026-01-04 17:26:48 +01:00
.gitignore build stage 3 using zig build system 2025-01-27 13:59:52 +01:00
0001-remove-native-lib-directories-from-rpath.patch add patch to strip out LLVM targets for EPEL support 2026-01-04 15:56:12 +01:00
0002-Remove-unsupported-LLVM-targets-for-EPEL.patch add patch to strip out LLVM targets for EPEL support 2026-01-04 15:56:12 +01:00
macros.zig use relative cache dir, put cache into vpath for clean separation 2026-01-04 17:26:48 +01:00
README.md Added the README 2021-06-07 18:32:21 +00:00
sources Update to 0.15.2 2025-10-12 10:34:29 +02:00
zig.spec use relative cache dir, put cache into vpath for clean separation 2026-01-04 17:26:48 +01:00

zig

The zig package