Add MCFM cmake find module
This is a follow-up to https://its.cern.ch/jira/browse/SPI-2465 and adds a MCFM cmake module to find this MC generator in the LCG builds for Sherpa as this is now available in for LCG_104c_ATLAS_3.
When this will be merged eventually and tagged in a new atlasexternals version, this has be accompanied with find_package( MCFM )
in https://gitlab.cern.ch/atlas/athena/-/blob/main/Generators/Sherpa_i/CMakeLists.txt?ref_type=heads
Follow-up to https://its.cern.ch/jira/browse/SPI-2465
Tagging @ewelina, @akraszna, @cgutscho for feedback and corrections
Merge request reports
Activity
- Resolved by Johannes Elmsheuser
The 2 TextExternals tests are failing since they use
-DLCG_VERSION_NUMBER="104"
in https://gitlab.cern.ch/atlas/atlasexternals/-/blob/main/Build/Tests/UnitTests/CMakeLists.txt?ref_type=heads#L103 but MCFM is only available from-DLCG_VERSION_NUMBER="104" -DLCG_VERSION_POSTFIX="c_ATLAS_3"
onwards - I will update this MR accordingly for now - let's see how that goes.
added 1 commit
- 1680914d - Revert back to LCG_104 and ignore MCFM in TestExternals
- Resolved by Johannes Elmsheuser
- Resolved by Johannes Elmsheuser
- Resolved by Johannes Elmsheuser
Thanks a lot for the suggestions @akraszna ! I've implement them as suggested.
mentioned in merge request !1100 (merged)
mentioned in commit b30d66c9