Skip to content

src v6.2.2

Compare
Choose a tag to compare
@kreatoo kreatoo released this 29 Sep 19:59
· 550 commits to master since this release
27618f7

Changes to kpkg

  • Add pretty progress bar
  • Fix multiple libarchive issues that prevented go and vim from being installed
  • Use execCmdKpkg instead of execShellCmd, which fixes not being able to CTRL+C out of a build.

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.2.1...v6.2.2