-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial changes to setup to support static libs.
- Loading branch information
1 parent
08e1b2b
commit c2c9b8a
Showing
2 changed files
with
99 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
# ---------------------------------------------------------------------------------------- | ||
# setup.cfg.template for grib2io-interpolate | ||
# setup.cfg for grib2io-interp | ||
# | ||
# Notes: | ||
# | ||
# 1) Rename this file to setup.cfg to set grib2io-interpolate build options. Follow | ||
# instructions below for editing. | ||
# | ||
# 2) Define the location for the NCEPLIBS-ip library. | ||
# ---------------------------------------------------------------------------------------- | ||
# Uncomment lines accordingly. | ||
# ---------------------------------------------------------------------------------------- | ||
|
||
[options] | ||
#usestaticlibs = True | ||
|
||
[directories] | ||
# ---------------------------------------------------------------------------------------- | ||
# Define path NCEPLIBS-ip Library | ||
# Define path for NCEPLIBS-ip Library | ||
# | ||
# Please set ip_dir is include and library files are within the same location. | ||
# Please set ip_dir if include and library files are within the same prefix location. | ||
# If not, please set ip_incdir and ip_libdir. | ||
# ---------------------------------------------------------------------------------------- | ||
# ip_dir = /usr/local | ||
# ip_incdir = | ||
# ip_libdir = | ||
|
||
# ---------------------------------------------------------------------------------------- | ||
# Define path for NCEPLIBS-sp (potentially...OPTIONAL) | ||
# | ||
# IMPORTANT: As of NCEPLIBS-ip v5.0.0, NCEPLIBS-sp has been integrated into the ip | ||
# library. | ||
# ---------------------------------------------------------------------------------------- | ||
# sp_dir = /usr/local | ||
# sp_incdir = | ||
# sp_libdir = |
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