forked from NOAA-MDL/grib2io-interp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (26 loc) · 1.07 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ----------------------------------------------------------------------------------------
# setup.cfg for grib2io-interp
#
# Uncomment lines accordingly.
# ----------------------------------------------------------------------------------------
[options]
#usestaticlibs = True
[directories]
# ----------------------------------------------------------------------------------------
# Define path for NCEPLIBS-ip Library
#
# 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 =