Skip to content

felix-distribution

The default compilation instructions work as expected:

cd $ITK_DAQ_BASE
git clone ssh://git@gitlab.cern.ch:7999/atlas-tdaq-felix/felix-distribution.git
cd felix-distribution
git checkout tags/felix-05-01-01
git submodule init
git submodule update
We then proceed with the compilation, foolwing the instructions:

source python_env/bin/activate
source cmake_tdaq/bin/setup.sh
cmake_config
cd x86_64-el9-gcc13-opt
make -j8
The tag felix-05-01-01 was successfully compiled and tested to use with the new firmware release associated to the tag (release-5.1).