diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-18 23:05:05 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-27 11:11:33 +0200 |
commit | 1c11f980612340fec8af1d11d4b3bb1cbd716cd2 (patch) | |
tree | e6279b3541f607373438f5f1cc375ba0b779449e /site.cfg.example | |
parent | 5941fc9d9f15cd773b6c3989091a4b7ef96a1c30 (diff) | |
download | numpy-1c11f980612340fec8af1d11d4b3bb1cbd716cd2.tar.gz |
DOC: clarify that umfpack, fftw and djbfft are not used by numpy
their presence in site.cfg is only for the benefit of third party
packages using numpy.distutils
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site.cfg.example b/site.cfg.example index 714ab6311..4a59f10e2 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -126,7 +126,7 @@ # better performance. Note that the AMD library has nothing to do with AMD # (Advanced Micro Devices), the CPU company. # -# UMFPACK is not needed for numpy or scipy. +# UMFPACK is not used by numpy. # # http://www.cise.ufl.edu/research/sparse/umfpack/ # http://www.cise.ufl.edu/research/sparse/amd/ @@ -141,7 +141,7 @@ # FFT libraries # ------------- # There are two FFT libraries that we can configure here: FFTW (2 and 3) and djbfft. -# Note that these libraries are not needed for numpy or scipy. +# Note that these libraries are not used by for numpy or scipy. # # http://fftw.org/ # http://cr.yp.to/djbfft.html |