Skip to content
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
4 changes: 2 additions & 2 deletions yoda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ module-whatis "ALICE Modulefile for $PKGNAME $PKGVERSION-@@PKGREVISION@$PKGHASH@
# Dependencies
module load BASE/1.0 \\
${PYTHON_FULL_VERSION:+Python/$PYTHON_FULL_VERSION} \\
ROOT/$ROOT_RELEASE
${ROOT_REVISION:+ROOT/$ROOT_VERSION-$ROOT_REVISION}

# Our environment
set YODA_ROOT \$::env(BASEDIR)/$PKGNAME/\$version

prepend-path PATH \$YODA_ROOT/bin
prepend-path LD_LIBRARY_PATH \$YODA_ROOT/lib
prepend-path LD_LIBRARY_PATH \$YODA_ROOT/lib64
Expand Down