The zig package
- Zig 100%
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.
|
||
|---|---|---|
| .gitignore | ||
| 0001-remove-native-lib-directories-from-rpath.patch | ||
| 0002-Remove-unsupported-LLVM-targets-for-EPEL.patch | ||
| macros.zig | ||
| README.md | ||
| sources | ||
| zig.spec | ||
zig
The zig package