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

GNU library locations set incorrectly #454

Open
DavidHuber-NOAA opened this issue May 23, 2022 · 1 comment
Open

GNU library locations set incorrectly #454

DavidHuber-NOAA opened this issue May 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@DavidHuber-NOAA
Copy link
Contributor

Describe the bug
The gnu module file sets the library locations to $base/lib. However, there are no libraries located in this directory when built on S4 using the default settings. It may be that when built without 64-bit support, that libraries are located there, but with 64-bit support they are located in $base/lib64. The libgcc.a static library is located in $base/lib/gcc/x86_64-pc-linux-gnu/<version>, but all other static and dynamic libraries are located in $base/lib64.

To Reproduce
Build gnu/9.3.0 with 64-bit support.

Expected behavior
Libraries would be located where the module pointed to.

System:
S4

Additional context
N/A

@DavidHuber-NOAA DavidHuber-NOAA added the bug Something isn't working label May 23, 2022
@kgerheiser
Copy link
Contributor

This is a recurring issue depending on the application. The GNU module needs some Lua logic to look for the library directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants