Open
Description
We want to transition libsnark to CMake. The cmake
branch mostly implements this, but its code lags a bit behind master
.
We should finalize the CMake flags interface, and merge the cmake
branch into master.
When finalizing the CMake flags, let's take the opportunity to remove all negations (e.g., NO_PT_COMPRESSION
), and make sure all useful flags are expressed in a uniform way (currently some are Makefile proper flags and some are pass-through FEATUREFLAGS="-Dfoo"
.
Activity
tromer commentedon Jan 31, 2017
Correction: the
cmake
branch has merged #45, which is a major refactoring of the algebra and FFT into separate libraries. Merging is now messier.chfast commentedon Mar 7, 2017
Can I help with this?
tromer commentedon Mar 8, 2017
Tentative merged version (not yet tested): https://github.com/scipr-lab/libsnark/tree/cmake-master-merging
copumpkin commentedon Jan 20, 2018
Isn't this done now?