-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
33 lines (30 loc) · 1.09 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
30
31
32
33
# ----------------------------------------------------------------------------------------
# setup.cfg for grib2io
#
# Uncomment lines accordingly.
# ----------------------------------------------------------------------------------------
[options]
#use_static_libs = True
[directories]
# ----------------------------------------------------------------------------------------
# Define paths for NCEPLIBS-g2c Library
#
# Please set g2c_dir is include and library files are within the same location.
# If not, please set g2c_incdir and g2c_libdir.
# ----------------------------------------------------------------------------------------
# g2c_dir = /usr/local
# g2c_incdir =
# g2c_libdir =
[static_libs]
# ----------------------------------------------------------------------------------------
# Set the following variables if static linking to g2c.
#
# IMPORTANT: You do not need to specify the static library path for g2c here.
# ----------------------------------------------------------------------------------------
#g2c_lib =
#aec_lib =
#jasper_lib =
#jpeg_lib =
#openjpeg_lib =
#png_lib =
#z_lib =