ahaHLS icon indicating copy to clipboard operation
ahaHLS copied to clipboard

Add nix flake with correct versions

Open zebreus opened this issue 2 years ago • 0 comments

It is currently quite difficult to compile this project, because it only works with llvm 7 and an outdated glibc.

This PR adds a nix flake that makes it easy to get the dependencies at the correct versions. If the nix package manager is installed, nix develop . can be used to enter a reproducible build environment.

I also updated catch2, because the vendored header required an old glibc version.

zebreus avatar Jan 23 '23 14:01 zebreus