summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
| |
* | Add .dylib as a valid OS X shared library extension.Robert Kern2006-10-021-0/+2
| |
* | For the MKL library, define the macro SCIPY_MKL_Hcookedm2006-09-281-1/+4
| |
* | Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-23/+46
| |
* | TypoTravis Oliphant2006-07-281-4/+3
| |
* | Add NPY_MAXARGS to arrayobject.h for Multi-iterator object. Don't fail if ↵Travis Oliphant2006-07-281-3/+18
|/ | | | get_atlas_version can't execute the code.
* cache the ATLAS version computationcookedm2006-07-061-3/+8
|
* Fixed typos in distutils.system_infoedschofield2006-07-061-2/+2
|
* Fixed lapack finding on intel-macTravis Oliphant2006-06-301-10/+32
|
* Checkin another error I found and not checked in, in numpy.distutils.system_infocookedm2006-06-121-1/+0
|
* Fix logging when 'None' is used to disable environment-variableTravis Oliphant2006-06-121-2/+2
|
* Fix typo in system_info (at 6am 'libray' looks like 'library')cookedm2006-06-091-1/+1
|
* Make system_info saner.cookedm2006-06-091-146/+116
| | | | | | * Add a get_output() method to the config command, which compiles, links, and runs a program, and returns the output from that program. * Also cleaned up some stuff. system_info uses log instead of print.
* Set NUMERIX env variable in get_info('numerix')Pearu Peterson2006-05-181-0/+1
|
* get_info returns deep copy of a dictionary, fixes bugs when one modifies ↵Pearu Peterson2006-05-031-2/+2
| | | | info dictionary objects.
* Added numerix info class to choose between different array backends using ↵Pearu Peterson2006-05-031-0/+34
| | | | env variable NUMERIX.
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Splitted umfpack and amd system_info classes into two.Pearu Peterson2006-04-101-6/+43
|
* Add Intel EM64T Fortran Compiler support.Pearu Peterson2006-04-091-4/+5
|
* Fix restoring distutils.core globals on setup failure.Pearu Peterson2006-03-311-1/+5
|
* Improved umfpack_info.Pearu Peterson2006-03-301-24/+24
|
* Added swig_opts to umfpack_info.Pearu Peterson2006-03-301-1/+2
|
* umfpack detection addedRobert Cimrman2006-03-271-0/+42
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-4/+4
| | | | extraneous whitespace
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-2/+2
|
* Fix-up site.cfgTravis Oliphant2006-02-161-26/+40
|
* Try to improve site.cfg searchTravis Oliphant2006-02-151-11/+39
|
* Change accuracy of fill and more _WIN32 fixes.Travis Oliphant2006-02-091-1/+2
|
* Fixed join() -> os.path.join()Robert Kern2006-02-091-1/+1
|
* Fixes to help compilation on Windows with MSVCTravis Oliphant2006-02-091-1/+3
|
* Added f2py_info to retrive fortranobject.c.Pearu Peterson2006-02-081-0/+12
|
* Add /opt/local for directories searched for includes and libraries.cookedm2006-01-311-2/+2
| | | | This is used by darwinports on OS X.
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-22/+22
| | | | | Also replace some type checks with misc_util.is_sequence or misc_util.is_string or appropiate isinstance().
* Fixed get_info for Numeric. Doc fixes.Pearu Peterson2006-01-231-20/+17
|
* Using /etc/ld.so.conf and LD_LIBRARY_PATH to detect MKLROOT. When MKLROOT is ↵Pearu Peterson2006-01-191-4/+15
| | | | not detected, using MKL is disabled.
* Added fftw2,fftw3,fft_opt info classes.Pearu Peterson2006-01-051-0/+39
|
* Applied Darren Dale patch about detecting libdjbfft.soPearu Peterson2006-01-051-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-15/+15
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+1644