-
Notifications
You must be signed in to change notification settings - Fork 2
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
FEAT: Have 'find_library' search through LD_LIBRARY_PATH, if set. #8
Conversation
Incorporated fix from grib2io for macOSX on Apple Silicon.
Why are dropping support for Python 3.8 on macOS? I updated main today to support NCEPLIBS-ip v5.0.0 which includes a find_library update (same one from grib2io). |
Temporarily dropped macos Python 3.8 to make sure all the other macos versions worked. I realized after that I could have turned off fast_fail, but definitely 3.8 will be available for macos. |
Can you update your branch and this PR and mark ready for review? Also, lets remove setup.py changes. Most of these changes have made their way into what is in main from all of the static libs work, etc. |
I am going to merge this. I have some ideas to test for macos and windows testing. |
Rework find_library to support Windows and on Linux/Unix search through LD_LIBRARY_PATH.