src v6.3.1
Changes to kpkg
- installcmd: fix dependencies not showing
- Add extra debug messages
- Ignore trailing dir seperators
- dephandler: check if list_files exists instead of the folder itself
- fix manualInstall path
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: v6.3.0...v6.3.1