summaryrefslogtreecommitdiff
path: root/site.cfg.example
AgeCommit message (Collapse)AuthorFilesLines
2017-11-22Update site.cfg.example on the MKL part.chaoyu31-22/+25
The MKL usage part is out-of-date for the recent releases of MKL. The old content does not work any work. This is an update on the MKL usage part. Some detail is reported here: https://github.com/numpy/numpy/issues/10061
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl1-4/+4
the files in doc/ and numpy/ were covered in previous commits
2016-04-28BLD: fix configparser.InterpolationSyntaxErrorSorin Sbarnea1-0/+1
Closes #7572 inability to install in virtualenvs with percent in their path.
2016-02-23DOC: add notes to site.cfg.example on compiling BLIS itself and against it.Ralf Gommers1-0/+15
[ci skip]
2016-02-20ENH: add support for BLIS to numpy.distutilsRalf Gommers1-0/+6
2015-09-17ENH: enabled extra_link_args in OpenBLAS segmentNick Papior1-1/+1
The extra_link_args is sadly not intrinsically used for many parts of the system_info code. This commit adds the linking properties stored when using extra_link_args in the openblas section to bypass any difficulties in the usage of OpenBLAS. This is especially helpful when linking against external LAPACK libraries which requires -lgfortran and possibly -lm for correct linking.
2015-07-08Fix typo in site.cfg.exampleEric Martin1-1/+1
"earch path" => "search path"
2015-02-26ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen1-1/+3
The original distutils assumes runtime_library_dirs to be located in rpath, however, the internal structures assumes the keyword to be runtime_library_dirs. For now numpy.distutils handles both equivalently. The test has been updated to also test the rpath solution.
2015-02-24ENH: Added tests to the extra options read inNick Papior Andersen1-1/+26
A simple test (distutils/testing/test_system_info.py) to check that the options are read in correctly has been added. This test has a few faults: A) It does not allow strict library checks as that can be _very_ system dependent. B) It compiles some simple C-programs but does currently not link them to a shared library. C) As such the test does not check that the flags are actually used. To circumvent this one should: A) Make a library of the compiled sources. B) Check that a runtime_library_dirs is working by checking with ldd C) Make a preprocessor flag to check the output of two commands which should differ according to the flags in each block I am not too much into the distutils compiler suite. So I have not endeavoured on this path. - The current test shows that the flags are read in by the standard system_info object and can thus be considered a "stable" solution. - Added note of the 1.10 release schedule. - Corrected the site.cfg.example, added runtime_library_dirs to the OpenBLAS example where it seems appropriate. - Bugfix for the site.cfg.example (the [DEFAULT] block should be name [ALL]) This might have lead to some confusion, but many of the libraries are linked explicitly by their own sections, hence it might not have been caught.
2015-02-09DOC: Added MKL win-64 settings to site.cfg exampleÅsmund Hjulstad1-1/+10
Added MKL settings for Intel Fortran Composer. In addition, changed link to ConfigParser documentation.
2014-07-27DOC: clarify that umfpack, fftw and djbfft are not used by numpyJulian Taylor1-2/+2
their presence in site.cfg is only for the benefit of third party packages using numpy.distutils
2014-02-21DOC: update openblas fork warning with fixed pthread build infoJulian Taylor1-4/+8
2014-01-14DOC: site.cfg: warn against OpenBLAS and multiprocessingLars Buitinck1-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).
2013-09-04Use the default install location of OpenBLAS in the exampleOlivier Grisel1-3/+3
2013-09-04site.cfg.example should not reference blas_opt and lapack_optOlivier Grisel1-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.
2013-08-20BLD: Update with information about openblas.Skipper Seabold1-0/+15
2011-03-02DOC: document inconsistent path separator in site.cfg path lists. Closes #934.rgommers1-2/+6
2011-02-20DOC: update site.cfg.example with notes about umfpack/fftw.rgommers1-4/+10
2008-05-18Put one example for mkl 10.0 in site.cfg.example.David Cournapeau1-0/+6
2008-04-28Site.cfg can still have DEFAULT section (closes #751).Stefan van der Walt1-1/+1
2008-03-19In site.cfg, change DEFAULT section to ALL to accommodate building on Python ↵Stefan van der Walt1-1/+1
2.6.
2007-11-29Adding an example for MKL in site.cfg.example (for recent versions)David Cournapeau1-0/+9
2007-04-15Add another place to check for configuration, namely ~/.numpy-site.cfg, to ↵Robert Kern1-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.
2006-12-04Fleshed-out site.cfg example.Robert Kern1-13/+117
2006-04-10(no commit message)Robert Cimrman1-2/+7
2006-04-06site.scfg.example addedRobert Cimrman1-0/+8