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

During install added LD_LIBRARY_PATH directories to find_library. #116

Merged

Conversation

TimothyCera-NOAA
Copy link
Contributor

Now uses ctypes.util.find_library for Mac and Windows because it returns the full path to the requested library. Cross fingers that works. ctypes.util.find_library doesn't return the full path for Linux and so adopted what was already written, along with adding the search through the directories in
LD_LIBRARY_PATH.

Added an error message if libg2c couldn't be found.

Now uses ctypes.util.find_library for Mac and Windows because it
returns the full path to the requested library.  Cross fingers
that works.  ctypes.util.find_library doesn't return the full
path for Linux and so adopted what was already written, along
with adding the search through the directories in
LD_LIBRARY_PATH.

Added an error message if libg2c couldn't be found.
@EricEngle-NOAA EricEngle-NOAA self-assigned this Jan 5, 2024
@EricEngle-NOAA EricEngle-NOAA added the enhancement New feature or request label Jan 5, 2024
@EricEngle-NOAA EricEngle-NOAA merged commit 2235dba into NOAA-MDL:master Jan 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants