-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve how PyGMT finds the GMT library (#440)
This PR improves how PyGMT finds the GMT library on Windows, using the `ctypes.util.find_library` function, which searches DLLs in the system search path, (i.e., the variable PATH). Changes in this PR: - Remove the variable **GMT_LIBRARY_PATH** from the CI settings - Use `find_library` to search DLLs on Windows - Fix function `clib_name` to `clib_names` - Improve the tests
- Loading branch information
Showing
3 changed files
with
63 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters