Skip to content

Commit 20517be

Browse files
committed
use nc-config by default
1 parent a595562 commit 20517be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.cfg.template

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
[options]
44
# if true, the nc-config script (installed with netcdf 4.1.2 and higher)
55
# will be used to determine the locations of required libraries.
6-
#use_ncconfig=True
7-
# path to nc-config script.
6+
# Usually, nothing else is needed.
7+
use_ncconfig=True
8+
# path to nc-config script (use if not found in unix PATH).
89
#ncconfig=/usr/local/bin/nc-config
910
[directories]
11+
#
12+
# If nc-config doesn't do the trick, you can specify the locations
13+
# of the libraries and headers manually below
14+
#
1015
# uncomment and set to netCDF install location.
1116
# Include files should be located in netCDF4_dir/include and
1217
# the library should be located in netCDF4_dir/lib.

0 commit comments

Comments
 (0)