Skip to content
Snippets Groups Projects
Commit e6b77034 authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska
Browse files

update Sherpa to version 2.2.6

setup env. variable RIVET_PATH
parent f578e4d8
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@ find_package( Rivet )
find_package( Yoda )
if( RIVET_FOUND AND YODA_FOUND )
get_filename_component( _rivetPath "${RIVET_ROOT}" DIRECTORY )
set( RIVETENVIRONMENT_ENVIRONMENT
FORCESET RIVETVER ${RIVET_VERSION}
FORCESET YODAVER ${YODA_VERSION})
FORCESET YODAVER ${YODA_VERSION}
FORCESET RIVET_PATH ${_rivetPath}/${LCG_PLATFORM})
endif()
# Silently declare the module found:
......
......@@ -2,6 +2,6 @@
# File specifying the location of Sherpa to use.
#
set( SHERPA_VERSION 2.2.5p1 )
set( SHERPA_VERSION 2.2.6p1 )
set( SHERPA_ROOT
${LCG_RELEASE_DIR}/MCGenerators/sherpa/${SHERPA_VERSION}/${LCG_PLATFORM} )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment