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

Install lmod #112

Closed
humitos opened this issue Oct 28, 2019 · 1 comment
Closed

Install lmod #112

humitos opened this issue Oct 28, 2019 · 1 comment
Labels
Improvement Minor improvement to code

Comments

@humitos
Copy link
Member

humitos commented Oct 28, 2019

lmod was requested by a user.

I'm on the fence with this because it seems there is a bug and needs an extra ln -s command to make it work properly.

RUN apt-get -y install lmod
# BUG FIX: https://bugs.launchpad.net/ubuntu/+source/lua-posix/+bug/1752082
RUN ln -s /usr/lib/x86_64-linux-gnu/lua/5.2/posix_c.so /usr/lib/x86_64-linux-gnu/lua/5.2/posix.so

See diff at master...shahzebsiddiqui:master

Reference: readthedocs/readthedocs.org#6162

@humitos
Copy link
Member Author

humitos commented Apr 1, 2021

We are implementing the ability to install APT packages in readthedocs/readthedocs.org#8065

@humitos humitos closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code
Projects
None yet
Development

No branches or pull requests

1 participant