Skip to content

src v7.2.0

Compare
Choose a tag to compare
@kreatoo kreatoo released this 13 Jun 19:38
· 19 commits to master since this release
ef7e116

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