-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update setup.py for static libs Modification made to setup.py to allow static library linking for g2c and the necessary libraries that g2c needs. This is done by inspecting the list of symbols in the g2c static library file. This can be controlled by setting env var USE_STATIC_LIBS="True". This commit references issue #137 * Update README.md [skip ci] * Update setup.py * More setup updates More updates to setup.py for static library linking. This update allows for specifying the static library filenames explicitly in the setup.cfg or by environment variable. * Update setup.py for better handling of static libs * More updates for setup.py for static libs setup.py - move iteration for search for libraries to inside if usestaticlibs because that is the only scenario when we need to. setup.cfg - removed jpegturbo_lib line. Not needed, just need jpeg_lib. * Update setup.py Using separate list, dep_libraries, when iterating over the static library names. --------- Co-authored-by: Eric Engle <EricEngle-NOAA@users.noreply.github.com>
- Loading branch information
1 parent
3288801
commit 365100b
Showing
4 changed files
with
157 additions
and
44 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
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