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

Use lib instead of lib64 #601

Merged
merged 3 commits into from
Feb 28, 2025

Conversation

mvlopri
Copy link
Collaborator

@mvlopri mvlopri commented Feb 28, 2025

The change made to use CMAKE_INSTALL_LIBDIR is causing issues for the
installations due to the removal of the SEACAS_LIBDIR which was used
in the finding of libexodus.so for exodus.py. Using CMAKE_INSTALL_LIBDIR
will not currently work for this as it points to lib64 instead of lib
which is where libexodus.so is being installed.

This leaves us with a few choices with the revert of this being the easiest
option though likely not the option we want long term.

mvlopri and others added 3 commits February 28, 2025 11:36
Thc change made to use CMAKE_INSTALL_LIBDIR is causing issues for the
installations due to the removal of the SEACAS_LIBDIR which was used
in the finding of libexodus.so for exodus.py. Using CMAKE_INSTALL_LIBDIR
will not currently work for this as it points to lib64 instead of lib
which is where libexodus.so is being installed.

This leaves us with a few choices with the revert of this being the easiest
option though likely not the option we want long term.
@mvlopri mvlopri requested a review from gsjaardema February 28, 2025 19:01
Copy link
Member

@gsjaardema gsjaardema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me for now. As you mentioned, would be good to go back to gnu install dirs at some point.

@gsjaardema gsjaardema merged commit 32ed21a into sandialabs:master Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants