Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Add .dylib as a valid OS X shared library extension. | Robert Kern | 2006-10-02 | 1 | -0/+2 | |
| | | ||||||
* | | For the MKL library, define the macro SCIPY_MKL_H | cookedm | 2006-09-28 | 1 | -1/+4 | |
| | | ||||||
* | | Fix #114: Problems with building with MSVC and GCC under Cygwin | cookedm | 2006-07-28 | 1 | -23/+46 | |
| | | ||||||
* | | Typo | Travis Oliphant | 2006-07-28 | 1 | -4/+3 | |
| | | ||||||
* | | Add NPY_MAXARGS to arrayobject.h for Multi-iterator object. Don't fail if ↵ | Travis Oliphant | 2006-07-28 | 1 | -3/+18 | |
|/ | | | | get_atlas_version can't execute the code. | |||||
* | cache the ATLAS version computation | cookedm | 2006-07-06 | 1 | -3/+8 | |
| | ||||||
* | Fixed typos in distutils.system_info | edschofield | 2006-07-06 | 1 | -2/+2 | |
| | ||||||
* | Fixed lapack finding on intel-mac | Travis Oliphant | 2006-06-30 | 1 | -10/+32 | |
| | ||||||
* | Checkin another error I found and not checked in, in numpy.distutils.system_info | cookedm | 2006-06-12 | 1 | -1/+0 | |
| | ||||||
* | Fix logging when 'None' is used to disable environment-variable | Travis Oliphant | 2006-06-12 | 1 | -2/+2 | |
| | ||||||
* | Fix typo in system_info (at 6am 'libray' looks like 'library') | cookedm | 2006-06-09 | 1 | -1/+1 | |
| | ||||||
* | Make system_info saner. | cookedm | 2006-06-09 | 1 | -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 Peterson | 2006-05-18 | 1 | -0/+1 | |
| | ||||||
* | get_info returns deep copy of a dictionary, fixes bugs when one modifies ↵ | Pearu Peterson | 2006-05-03 | 1 | -2/+2 | |
| | | | | info dictionary objects. | |||||
* | Added numerix info class to choose between different array backends using ↵ | Pearu Peterson | 2006-05-03 | 1 | -0/+34 | |
| | | | | env variable NUMERIX. | |||||
* | Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵ | Pearu Peterson | 2006-04-24 | 1 | -1/+1 | |
| | | | | mingw32 and c++ code combination to work correctly. | |||||
* | Splitted umfpack and amd system_info classes into two. | Pearu Peterson | 2006-04-10 | 1 | -6/+43 | |
| | ||||||
* | Add Intel EM64T Fortran Compiler support. | Pearu Peterson | 2006-04-09 | 1 | -4/+5 | |
| | ||||||
* | Fix restoring distutils.core globals on setup failure. | Pearu Peterson | 2006-03-31 | 1 | -1/+5 | |
| | ||||||
* | Improved umfpack_info. | Pearu Peterson | 2006-03-30 | 1 | -24/+24 | |
| | ||||||
* | Added swig_opts to umfpack_info. | Pearu Peterson | 2006-03-30 | 1 | -1/+2 | |
| | ||||||
* | umfpack detection added | Robert Cimrman | 2006-03-27 | 1 | -0/+42 | |
| | ||||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -4/+4 | |
| | | | | extraneous whitespace | |||||
* | Run tabnanny over the code, and replace uses of tab for indentation with spaces | cookedm | 2006-03-10 | 1 | -2/+2 | |
| | ||||||
* | Fix-up site.cfg | Travis Oliphant | 2006-02-16 | 1 | -26/+40 | |
| | ||||||
* | Try to improve site.cfg search | Travis Oliphant | 2006-02-15 | 1 | -11/+39 | |
| | ||||||
* | Change accuracy of fill and more _WIN32 fixes. | Travis Oliphant | 2006-02-09 | 1 | -1/+2 | |
| | ||||||
* | Fixed join() -> os.path.join() | Robert Kern | 2006-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fixes to help compilation on Windows with MSVC | Travis Oliphant | 2006-02-09 | 1 | -1/+3 | |
| | ||||||
* | Added f2py_info to retrive fortranobject.c. | Pearu Peterson | 2006-02-08 | 1 | -0/+12 | |
| | ||||||
* | Add /opt/local for directories searched for includes and libraries. | cookedm | 2006-01-31 | 1 | -2/+2 | |
| | | | | This is used by darwinports on OS X. | |||||
* | Misc cleanups + replace `a` with %r or repr(a) | cookedm | 2006-01-31 | 1 | -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 Peterson | 2006-01-23 | 1 | -20/+17 | |
| | ||||||
* | Using /etc/ld.so.conf and LD_LIBRARY_PATH to detect MKLROOT. When MKLROOT is ↵ | Pearu Peterson | 2006-01-19 | 1 | -4/+15 | |
| | | | | not detected, using MKL is disabled. | |||||
* | Added fftw2,fftw3,fft_opt info classes. | Pearu Peterson | 2006-01-05 | 1 | -0/+39 | |
| | ||||||
* | Applied Darren Dale patch about detecting libdjbfft.so | Pearu Peterson | 2006-01-05 | 1 | -1/+1 | |
| | ||||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -15/+15 | |
| | ||||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+1644 | |