Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ↵ | Pearu Peterson | 2010-08-30 | 1 | -25/+39 |
| | | | | returns now a tuple (version_str, info_dict). Nice thing about the patch is that specifying gnu95 compiler is not needed anymore for numpy (neither for scipy) build when using ATLAS containing gfortran compiled blas/lapack. | ||||
* | BUG: Use correct include path when multiple copies of NumPy is installed. | Stefan van der Walt | 2010-05-25 | 1 | -0/+7 |
| | |||||
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+3 |
| | | | | Instead, manually import reduce where necessary. | ||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | BUG: fix system_info broken by py3k changes. | David Cournapeau | 2009-12-03 | 1 | -4/+4 |
| | |||||
* | Py3k: make system_info importable from py3k. | David Cournapeau | 2009-12-03 | 1 | -4/+11 |
| | |||||
* | Fix print/repr/raise python3 incompatibilities in system_info and build_ext ↵ | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | | | | command. | ||||
* | Update system_info.py for new files in Lapack 3.2.1. | Pearu Peterson | 2009-09-30 | 1 | -0/+4 |
| | |||||
* | Warn if site.cfg specifies invalid directories. | Stefan van der Walt | 2009-05-01 | 1 | -1/+6 |
| | |||||
* | Fix another bug, see last commit. | Pearu Peterson | 2009-02-06 | 1 | -1/+2 |
| | |||||
* | Fix a bug: python system_info.py failed because _pkg_config_info defined ↵ | Pearu Peterson | 2009-02-06 | 1 | -2/+3 |
| | | | | section to be None. | ||||
* | can't use append an int to a string | Jarrod Millman | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | removed unneeded import | Jarrod Millman | 2009-01-09 | 1 | -2/+0 |
| | |||||
* | switch the order [lib,lib64] --> [lib64,lib] | Jarrod Millman | 2009-01-09 | 1 | -4/+4 |
| | |||||
* | simplification suggested by stefan | Jarrod Millman | 2009-01-09 | 1 | -3/+4 |
| | |||||
* | better default library paths for 64bit arch | Jarrod Millman | 2009-01-09 | 1 | -7/+44 |
| | |||||
* | should be more reliable way to determine what bit platform | Jarrod Millman | 2009-01-09 | 1 | -7/+6 |
| | |||||
* | add default include dir for Fedora/Red Hat (see SciPy ticket 817) | Jarrod Millman | 2009-01-01 | 1 | -1/+2 |
| | |||||
* | Disable looking for 3gf libraries; it causes more problem than it solves. | David Cournapeau | 2008-11-07 | 1 | -2/+3 |
| | |||||
* | Fix typo (g3f->3gf). | David Cournapeau | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | Deal with g3f extension used by Debian/Ubuntu for gfortrab ABI transition. | David Cournapeau | 2008-11-07 | 1 | -0/+4 |
| | |||||
* | In site.cfg, change DEFAULT section to ALL to accommodate building on Python ↵ | Stefan van der Walt | 2008-03-19 | 1 | -5/+5 |
| | | | | 2.6. | ||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -8/+8 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -2/+2 |
| | |||||
* | Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵ | Travis Oliphant | 2007-10-18 | 1 | -1/+12 |
| | | | | libraries. Fix comment. | ||||
* | More fixes for building scipy with Mingw32 compilers. | Pearu Peterson | 2007-07-25 | 1 | -1/+4 |
| | |||||
* | Fixed LAPACK_SRC build for lapack-3.1.1. | Pearu Peterson | 2007-07-20 | 1 | -2/+16 |
| | |||||
* | merge from distutils-revamp branch (step 1) | cookedm | 2007-05-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | - minor cleanups - find_executable returns None when no file found (instead of having to check with os.path.isfile) | ||||
| * | Branch numpy.distutils to distutils-revamp | cookedm | 2006-07-06 | 1 | -1864/+0 |
| | | |||||
* | | Fix atlas version detection when using MSVC compiler | Pearu Peterson | 2007-05-19 | 1 | -1/+1 |
| | | |||||
* | | Using meaningful NotFoundError exception for blas_opt and lapack_opt resources. | Pearu Peterson | 2007-05-11 | 1 | -0/+4 |
| | | |||||
* | | Fix typo. | Robert Kern | 2007-04-30 | 1 | -1/+1 |
| | | |||||
* | | Add patch to system_info for building with MKL on Win32 #504 | Travis Oliphant | 2007-04-24 | 1 | -2/+9 |
| | | |||||
* | | Add another place to check for configuration, namely ~/.numpy-site.cfg, to ↵ | Robert Kern | 2007-04-15 | 1 | -2/+4 |
| | | | | | | | | 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. | ||||
* | | remove some remaining references to scipy. fixes #428 | Tim Leslie | 2007-01-26 | 1 | -1/+1 |
| | | |||||
* | | 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. |