Skip to content

src v6.3.1

Compare
Choose a tag to compare
@kreatoo kreatoo released this 22 Oct 15:48
· 504 commits to master since this release
6d4cb1a

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