Skip to content
Snippets Groups Projects

[Futurev4] fix failing tests

Merged Michal Mazurek requested to merge Futurev3_fix_failing_tests into Futurev4
All threads resolved!
4 files
+ 27
19
Compare changes
  • Side-by-side
  • Inline
Files
4
# ====================================================================
# Created : 2006-01-16
# Maintainer : Vanya BELYAEV ibelyaev@physics.syr.edu
# Maintainer : Vanya BELYAEV ibelyaev@physics.syr.edu
# ====================================================================
package LoKiGen
version v10r16
version v10r17
# ================ structure ==============================================
branches cmt doc src dict python LoKi
branches cmt doc src dict python LoKi
# ================ dependencies ===========================================
use LoKiCore v* Phys
use LoKiCore v* Phys
use GenEvent v* Event
use LoKiNumbers v* Phys
use LoKiNumbers v* Phys
# ================ own includes ===========================================
apply_pattern install_more_includes more=LoKi
apply_pattern install_python_modules
apply_pattern install_python_modules
# ================ constituents ============================================
library LoKiGenLib ../src/*.cpp
library LoKiGen ../src/Components/*.cpp
library LoKiGenLib ../src/*.cpp
library LoKiGen ../src/Components/*.cpp
application GenDecayGrammarTest tests/GenDecayGrammarTest.cpp
# ================ Produce LCG dictionary =====================================
apply_pattern reflex_dictionary \
dictionary=LoKiGen \
headerfiles=$(LOKIGENROOT)/dict/LoKiGenDict.h \
selectionfile=$(LOKIGENROOT)/dict/LoKiGen.xml \
selectionfile=$(LOKIGENROOT)/dict/LoKiGen.xml \
options=" -U__MINGW32__ "
# Disable some compiler warnings in the automatically generated dict code
macro_append LoKiGenDict_cppflags "" \
target-icc " -wd191 -wd177"
macro_append LoKiGen_dependencies " LoKiGenLib "
macro_append LoKiGenDict_dependencies " LoKiGenLib "
macro_append GenDecayGrammarTest_dependencies " LoKiGenLib "
macro_append LoKiGen_dependencies " LoKiGenLib "
macro_append LoKiGenDict_dependencies " LoKiGenLib "
macro_append GenDecayGrammarTest_dependencies " LoKiGenLib "
# ================ patterns ==============================================
apply_pattern linker_library library=LoKiGenLib
apply_pattern component_library library=LoKiGen
apply_pattern QMTest
# work around for a problem with ROOT 6 rootmap files
private
macro merge_rootmap_cmd "python $(LHCbKernel_root)/cmt/merge_files.py --exclude-re '^header LoKi/DecayFinder'"
end_private
# ====================================================================
# The END
# The END
# ====================================================================
Loading