Open abueide opened 2 years ago
This PR depends on the flake from the relic fork being merged in: https://github.com/Chia-Network/relic/pull/3 as well as the flake from the bls-signatures PR: https://github.com/Chia-Network/bls-signatures/pull/343
Since nix doesn't support downloading dependencies during the build process, Some cmake_modules find files were added to locate libraries on local machine if -DBUILD_LOCAL=true
If BUILD_LOCAL is not specified or is false, build behavior is unchanged
Should be able to have a look once beta stuff slows down a little bit 👍
This PR depends on the flake from the relic fork being merged in: https://github.com/Chia-Network/relic/pull/3 as well as the flake from the bls-signatures PR: https://github.com/Chia-Network/bls-signatures/pull/343
Since nix doesn't support downloading dependencies during the build process, Some cmake_modules find files were added to locate libraries on local machine if -DBUILD_LOCAL=true
If BUILD_LOCAL is not specified or is false, build behavior is unchanged