8000 documentation updates for 1.9 by juliantaylor · Pull Request #4906 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

documentation updates for 1.9 #4906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 27, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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
  • Loading branch information
juliantaylor committed Jul 27, 2014
commit 1c11f980612340fec8af1d11d4b3bb1cbd716cd2
4 changes: 2 additions & 2 deletions site.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down
0