src v7.2.0
Changes on kpkg
- kpkg set: add --file
- installFromRootInternal: Add postInstall support (should fix a lot of packages)
- kpkg install: #99
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.1.0...v7.2.0