Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[O2-5677] Fix rivet module #5725

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading