We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a595562 commit 20517beCopy full SHA for 20517be
setup.cfg.template
@@ -3,10 +3,15 @@
3
[options]
4
# if true, the nc-config script (installed with netcdf 4.1.2 and higher)
5
# will be used to determine the locations of required libraries.
6
-#use_ncconfig=True
7
-# path to nc-config script.
+# Usually, nothing else is needed.
+use_ncconfig=True
8
+# path to nc-config script (use if not found in unix PATH).
9
#ncconfig=/usr/local/bin/nc-config
10
[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
15
# uncomment and set to netCDF install location.
16
# Include files should be located in netCDF4_dir/include and
17
# the library should be located in netCDF4_dir/lib.
0 commit comments