summarylogtreecommitdiffstats
path: root/setup.cfg
blob: 843aa21353bdabe99413d2b05453849c33ba821a (plain)
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
34
35
# Rename this file to setup.cfg to set pygrib's
# build options. 
# Follow instructions below for editing.
[directories]
# uncomment and set to grib_api install location.
# Include files should be located in grib_api_dir/include and
# the library should be located in grib_api_dir/lib.
# If the libraries and include files are installed in separate locations,
# use grib_api_libdir and grib_api_incdir to specify the locations
# separately.  
#grib_api_dir = /usr/local
# if grib_api was built with jasper support for JPEG200,
# uncomment and set to jasper lib install location.
# If the libraries and include files are installed in separate locations,
# use jasper_libdir and jasper_incdir.
#jasper_dir = /usr/local
# if grib_api was built with openjpeg support for JPEG200,
# uncomment and set to openjpeg lib install location.
# If the libraries and include files are installed in separate locations,
# use openjpeg_libdir and openjpeg_incdir.
#openjpeg_dir = /usr/local
# if grib_api was built with png support,
# uncomment and set to png lib install location.
# If the libraries and include files are installed in separate locations,
# use png_libdir and png_incdir.
#png_dir = /usr
# if grib_api was built with png support,
# uncomment and set to zlib install location.
#zlib_dir = /usr
# install man pages for command line utilities here
#man_dir = /usr/local/man
[files]
# uncomment and set to grib_api library name.
# If you are using GRIB-API with MSVS, library name might be 'grib_api_lib'.
grib_api_libname = eccodes