JACoW logo

Journals of Accelerator Conferences Website (JACoW)

JACoW is a publisher in Geneva, Switzerland that publishes the proceedings of accelerator conferences held around the world by an international collaboration of editors.


BiBTeX citation export for MOPV041: Modernisation of the Toolchain and Continuous Integration of Front-End Computer Software at CERN

@inproceedings{mantion:icalepcs2021-mopv041,
  author       = {P. Mantion and S. Deghaye and L. Fiszer and F. Irannejad and J. Lauener and M. Voelkle},
  title        = {{Modernisation of the Toolchain and Continuous Integration of Front-End Computer Software at CERN}},
  booktitle    = {Proc. ICALEPCS'21},
  pages        = {242--247},
  eid          = {MOPV041},
  language     = {english},
  keywords     = {software, framework, controls, network, interface},
  venue        = {Shanghai, China},
  series       = {International Conference on Accelerator and Large Experimental Physics Control Systems},
  number       = {18},
  publisher    = {JACoW Publishing, Geneva, Switzerland},
  month        = {03},
  year         = {2022},
  issn         = {2226-0358},
  isbn         = {978-3-95450-221-9},
  doi          = {10.18429/JACoW-ICALEPCS2021-MOPV041},
  url          = {https://jacow.org/icalepcs2021/papers/mopv041.pdf},
  abstract     = {{Building C++ software for low-level computers requires carefully tested frameworks and libraries. The major difficulties in building C++ software are to ensure that the artifacts are compatible with the target system’s (OS, Application Binary Interface), and to ensure that transitive dependent libraries are compatible when linked together. Thus developers/maintainers must be provided with efficient tooling for friction-less workflows: standardisation of the project description and build, automatic CI, flexible development environment. The open-source community with services like Github and Gitlab have set high expectations with regards to developer user experience. This paper describes how we leveraged Conan and CMake to standardise the build of C++ projects, avoid the "dependency hell" and provide an easy way to distribute C++ packages. A CI system orchestrated by Jenkins and based on automatic job definition and in-source, versioned, configuration has been implemented. The developer experience is further enhanced by wrapping the common flows (compile, test, release) into a command line tool, which also helps transitioning from the legacy build system (legacy makefiles, SVN).}},
}