Skip to content

Commit 1c11f98

Browse files
committed
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
1 parent 5941fc9 commit 1c11f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site.cfg.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
# better performance. Note that the AMD library has nothing to do with AMD
127127
# (Advanced Micro Devices), the CPU company.
128128
#
129-
# UMFPACK is not needed for numpy or scipy.
129+
# UMFPACK is not used by numpy.
130130
#
131131
# http://www.cise.ufl.edu/research/sparse/umfpack/
132132
# http://www.cise.ufl.edu/research/sparse/amd/
@@ -141,7 +141,7 @@
141141
# FFT libraries
142142
# -------------
143143
# There are two FFT libraries that we can configure here: FFTW (2 and 3) and djbfft.
144-
# Note that these libraries are not needed for numpy or scipy.
144+
# Note that these libraries are not used by for numpy or scipy.
145145
#
146146
# http://fftw.org/
147147
# http://cr.yp.to/djbfft.html

0 commit comments

Comments
 (0)