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

bootstrap script should be enhanced to also accept lmod/modulecmd.tcl #765

Closed
boegel opened this issue Nov 15, 2013 · 3 comments
Closed

Comments

@boegel
Copy link
Member

boegel commented Nov 15, 2013

The bootstrap doesn't work yet with Lmod or modulecmd.tcl.

Shouldn't be too hard to fix the bootstrap script for this, just also check for lmod or modulecmd.tcl, and set $EASYBUILD_MODULES_TOOL accordingly.

Reported by @pescobar via IRC

@stdweird
Copy link
Contributor

work around (for bash and Lmod (replace Lmod with tcl etc etc)

mkdir -p /tmp/fake
echo 'echo Usage: module' > /tmp/fake/modulecmd
chmod +x /tmp/fake/modulecmd
export PATH=/tmp/fake:$PATH
export EASYBUILD_MODULES_TOOL=Lmod

@stdweird
Copy link
Contributor

other EASYBUILD_MODULES_TOOL values can be EnvironmentModulesTcl and default EnvironmentModulesC

@boegel
Copy link
Member Author

boegel commented Feb 24, 2014

fixed by #869, so closing this

@boegel boegel closed this as completed Feb 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants