Skip to content
Snippets Groups Projects

feat: setup reconstruction and detectors with ccache

Merged Wouter Deconinck requested to merge wdconinc-master-patch-42155 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -122,6 +122,7 @@ if __name__ == '__main__':
@@ -122,6 +122,7 @@ if __name__ == '__main__':
detector=proj),
detector=proj),
'&&',
'&&',
'cmake -B /tmp/build -S /tmp/det -DCMAKE_CXX_STANDARD=17',
'cmake -B /tmp/build -S /tmp/det -DCMAKE_CXX_STANDARD=17',
 
'-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache',
'-DCMAKE_INSTALL_PREFIX={prefix}'.format(prefix=prefix),
'-DCMAKE_INSTALL_PREFIX={prefix}'.format(prefix=prefix),
'&&',
'&&',
'cmake --build /tmp/build -j$(($(($(nproc)/4))+1)) -- install']
'cmake --build /tmp/build -j$(($(($(nproc)/4))+1)) -- install']
Loading