summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Expand)AuthorAgeFilesLines
* In site.cfg, change DEFAULT section to ALL to accommodate building on Python ...Stefan van der Walt2008-03-191-5/+5
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-8/+8
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-2/+2
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 libraries....Travis Oliphant2007-10-181-1/+12
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-1/+4
* Fixed LAPACK_SRC build for lapack-3.1.1.Pearu Peterson2007-07-201-2/+16
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-1/+1
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-1864/+0
* | Fix atlas version detection when using MSVC compilerPearu Peterson2007-05-191-1/+1
* | Using meaningful NotFoundError exception for blas_opt and lapack_opt resources.Pearu Peterson2007-05-111-0/+4
* | Fix typo.Robert Kern2007-04-301-1/+1
* | Add patch to system_info for building with MKL on Win32 #504Travis Oliphant2007-04-241-2/+9
* | Add another place to check for configuration, namely ~/.numpy-site.cfg, to he...Robert Kern2007-04-151-2/+4
* | remove some remaining references to scipy. fixes #428Tim Leslie2007-01-261-1/+1
* | 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 ge...Travis Oliphant2006-07-281-3/+18
|/
* 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
* 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 info...Pearu Peterson2006-05-031-2/+2
* Added numerix info class to choose between different array backends using env...Pearu Peterson2006-05-031-0/+34
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-1/+1
* 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 ex...cookedm2006-03-101-4/+4
* 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
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-22/+22
* 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
* Added fftw2,fftw3,fft_opt info classes.Pearu Peterson2006-01-051-0/+39