Skip to content

Commit

Permalink
Fix rivet module (#5725)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Jan 1, 2025
1 parent c410363 commit 5f20296
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rivet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ module-whatis "ALICE Modulefile for $PKGNAME $PKGVERSION-@@PKGREVISION@$PKGHASH@
module load BASE/1.0 YODA/$YODA_NEEDED fastjet/$FASTJET_NEEDED HepMC3/$HEPMC3_NEEDED
# Our environment
set RIVET_ROOT \$::env(BASEDIR)/$PKGNAME/\$version
setenv RIVET_ROOT $RIVET_ROOT
setenv RIVET_ANALYSIS_PATH $RIVET_ROOT/lib/Rivet
setenv RIVET_DATA_PATH $RIVET_ROOT/share/Rivet
setenv RIVET_ROOT \$RIVET_ROOT
setenv RIVET_ANALYSIS_PATH \$RIVET_ROOT/lib/Rivet
setenv RIVET_DATA_PATH \$RIVET_ROOT/share/Rivet
prepend-path PYTHONPATH \$RIVET_ROOT/lib/$PYVER/site-packages
prepend-path PYTHONPATH \$RIVET_ROOT/lib64/$PYVER/site-packages
prepend-path PATH \$RIVET_ROOT/bin
Expand Down

0 comments on commit 5f20296

Please sign in to comment.