diff options
author | mattip <matti.picus@gmail.com> | 2020-01-26 13:40:15 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-01-26 13:40:15 +0200 |
commit | ebe7a77d57288efbaed89fc1da283d0e1bafed07 (patch) | |
tree | 25c6c4f21da7d906c5161cd863f62b05c6820915 /site.cfg.example | |
parent | 7471b5610e9cba0ecb73b6ea96bd132359530645 (diff) | |
download | numpy-ebe7a77d57288efbaed89fc1da283d0e1bafed07.tar.gz |
DOC: changes from review
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/site.cfg.example b/site.cfg.example index 236c26e6a..4447512ba 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -82,9 +82,14 @@ # The settings here will apply to all sections as general defaults # This is a good place to add general library and include directories like # /usr/local/{lib,include} +# These settings apply when they are not overridden in the sections below. +# Note that the standard paths (e.g. `/usr/lib`) are not searched if you +# override these settings, unless they are explicitly included. +# The ``:`` is os.pathsep, which may vary on windows #[DEFAULT] -#library_dirs = /usr/local/lib -#include_dirs = /usr/local/include +#library_dirs = /usr/local/lib64:/usr/local/lib:/usr/lib64:/usr/lib +#include_dirs = /usr/local/include:/usr/include + # ATLAS # ----- |