-
Notifications
You must be signed in to change notification settings - Fork 7
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
MAALI_LOADED_PRGENV, COMPILER and COMPILER_VER variables #43
Comments
This should be fixed with maali 1.5b1 on galaxy |
This fix brings back the problem in issue#26 reaper@galaxy-1:> |
Mohsin has confirmed that maali/1.4.3 works fine on galaxy, and the problem appears confined to previous use on chaos-int. |
(Tested on chaos-int with modules/3.2.10.6): The modulefile created by maali/1.4.3 is setting the MAALI_LOADED_PRGENV, COMPILER and COMPILER_VER with set command which is not successfully setting the variables outside the scope of brace brackets. Using setenv instead to set the value of the variables does propagate it outside the if condition scope.
The text was updated successfully, but these errors were encountered: