summaryrefslogtreecommitdiff
path: root/site.cfg.example
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Added MKL win-64 settings to site.cfg exampleÅsmund Hjulstad2015-02-091-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 numpyJulian Taylor2014-07-271-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 infoJulian Taylor2014-02-211-4/+8
|
* DOC: site.cfg: warn against OpenBLAS and multiprocessingLars Buitinck2014-01-141-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 exampleOlivier Grisel2013-09-041-3/+3
|
* site.cfg.example should not reference blas_opt and lapack_optOlivier Grisel2013-09-041-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 Seabold2013-08-201-0/+15
|
* DOC: document inconsistent path separator in site.cfg path lists. Closes #934.rgommers2011-03-021-2/+6
|
* DOC: update site.cfg.example with notes about umfpack/fftw.rgommers2011-02-201-4/+10
|
* Put one example for mkl 10.0 in site.cfg.example.David Cournapeau2008-05-181-0/+6
|
* Site.cfg can still have DEFAULT section (closes #751).Stefan van der Walt2008-04-281-1/+1
|
* In site.cfg, change DEFAULT section to ALL to accommodate building on Python ↵Stefan van der Walt2008-03-191-1/+1
| | | | 2.6.
* Adding an example for MKL in site.cfg.example (for recent versions)David Cournapeau2007-11-291-0/+9
|
* Add another place to check for configuration, namely ~/.numpy-site.cfg, to ↵Robert Kern2007-04-151-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 Kern2006-12-041-13/+117
|
* (no commit message)Robert Cimrman2006-04-101-2/+7
|
* site.scfg.example addedRobert Cimrman2006-04-061-0/+8