-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
buildTask related to the compilation and execution of the projectTask related to the compilation and execution of the projecttoolingTask related to the tooling used in the repositoryTask related to the tooling used in the repository
Description
This issue is not directly related to Zeth, but rather concerns:
- Zecale
- Libsnark/ff
- Zeth
These projects use cmake and hold rather similar versions of files in the cmake directory. While there is value to have these files replicated in each projects (each project has its own configuration), in many cases the files in cmake/ remain untouched and are project independent. Duplicating these files is increasing the chances of inconsistencies across projects (e.g. a make target is renamed on zeth but the content of cmake/ isn't updated on the other repos). There may be value to try to factorize these config files in one location that is shared across all repos. Let's think about that.
Metadata
Metadata
Assignees
Labels
buildTask related to the compilation and execution of the projectTask related to the compilation and execution of the projecttoolingTask related to the tooling used in the repositoryTask related to the tooling used in the repository