dinyar / uGMTfirmware

Firmware for the CMS uGMT.
0 stars 4 forks source link

Fix building from CACTUS #363

Closed dinyar closed 7 years ago

dinyar commented 8 years ago

When building from CACTUS we rely on the centrally provided scripts, however since v3.0.0 uGMT needs specific build options that are not set in those scripts. We should find a way to allow such a build to work again.

A minimal solution is to document the settings required for a successful build.

dinyar commented 8 years ago

Alessandro pointed me to

https://svnweb.cern.ch/trac/cactus/browser/trunk/cactusupgrades/projects/calol2/MainProcessor/firmware/cfg/top.trunk.dep

and

https://svnweb.cern.ch/trac/cactus/browser/trunk/cactusupgrades/projects/calol2/MainProcessor/firmware/cfg/calol2.tcl

We should try to migrate our build statements to such a file. This will allow us to reuse more of the centrally provided scripts.