Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Added MKL win-64 settings to site.cfg example | Åsmund Hjulstad | 2015-02-09 | 1 | -1/+10 |
| | | | | | Added MKL settings for Intel Fortran Composer. In addition, changed link to ConfigParser documentation. | ||||
* | DOC: clarify that umfpack, fftw and djbfft are not used by numpy | Julian Taylor | 2014-07-27 | 1 | -2/+2 |
| | | | | | their presence in site.cfg is only for the benefit of third party packages using numpy.distutils | ||||
* | DOC: update openblas fork warning with fixed pthread build info | Julian Taylor | 2014-02-21 | 1 | -4/+8 |
| | |||||
* | DOC: site.cfg: warn against OpenBLAS and multiprocessing | Lars Buitinck | 2014-01-14 | 1 | -0/+11 |
| | | | | | | | Fixes #654 by not fixing it; I don't think NumPy *can* actually fix the problem as it's a design flaw in Python's multiprocessing. Listed various alternatives (Python 3.4 forkserver, single-threaded OpenBLAS, Python threading). | ||||
* | Use the default install location of OpenBLAS in the example | Olivier Grisel | 2013-09-04 | 1 | -3/+3 |
| | |||||
* | site.cfg.example should not reference blas_opt and lapack_opt | Olivier Grisel | 2013-09-04 | 1 | -52/+34 |
| | | | | | | | blas_opt and lapack_opt sections are not actually read by the numpy.distutils.system_info machinery. They are just meta entry points for the `get_info` public function that in turns introspec the atlas, openblas and mkl sections. | ||||
* | BLD: Update with information about openblas. | Skipper Seabold | 2013-08-20 | 1 | -0/+15 |
| | |||||
* | DOC: document inconsistent path separator in site.cfg path lists. Closes #934. | rgommers | 2011-03-02 | 1 | -2/+6 |
| | |||||
* | DOC: update site.cfg.example with notes about umfpack/fftw. | rgommers | 2011-02-20 | 1 | -4/+10 |
| | |||||
* | Put one example for mkl 10.0 in site.cfg.example. | David Cournapeau | 2008-05-18 | 1 | -0/+6 |
| | |||||
* | Site.cfg can still have DEFAULT section (closes #751). | Stefan van der Walt | 2008-04-28 | 1 | -1/+1 |
| | |||||
* | In site.cfg, change DEFAULT section to ALL to accommodate building on Python ↵ | Stefan van der Walt | 2008-03-19 | 1 | -1/+1 |
| | | | | 2.6. | ||||
* | Adding an example for MKL in site.cfg.example (for recent versions) | David Cournapeau | 2007-11-29 | 1 | -0/+9 |
| | |||||
* | Add another place to check for configuration, namely ~/.numpy-site.cfg, to ↵ | Robert Kern | 2007-04-15 | 1 | -0/+3 |
| | | | | help automatic installation where one can't edit the source checkout. I've added the alternate name to make it hidden because that's just considerate. | ||||
* | Fleshed-out site.cfg example. | Robert Kern | 2006-12-04 | 1 | -13/+117 |
| | |||||
* | (no commit message) | Robert Cimrman | 2006-04-10 | 1 | -2/+7 |
| | |||||
* | site.scfg.example added | Robert Cimrman | 2006-04-06 | 1 | -0/+8 |