Skip to content

Factorize configuration files across projects #412

@AntoineRondelet

Description

@AntoineRondelet

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

Labels

buildTask related to the compilation and execution of the projecttoolingTask related to the tooling used in the repository

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions