summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: check if openblas embeds lapackJulian Taylor2014-05-221-1/+47
* BUG: don't set a default for libraries configuration keyJulian Taylor2014-05-221-1/+0
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-271-6/+5
* BUG: get_info('openblas') does not read libraries keyJulian Taylor2014-02-211-2/+4
* cross-platform code to find numpy configbbudescu2013-11-071-1/+1
* Do not fail with NameError if SandboxViolation is raisedJason Madden2013-09-281-1/+3
* Fix platform detection for intel platform where get_platform() returns a stri...Alex Barth2013-09-281-0/+2
* Make vecLib / Accelerate not shadow other optimized builds under OSXOlivier Grisel2013-09-041-23/+33
* Add support for using openblas for the _dotblas function.Ake Sandgren2013-08-201-1/+23
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* BLD: fix setuptools-specific easy_install issue. Closes gh-3160.Ralf Gommers2013-05-191-2/+4
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-071-1/+1
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
|/
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-0/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* MAINT: Get rid of a ResourceWarning.Charles Harris2013-03-031-1/+6
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* REF: Replace filters with list comprehensions.Charles Harris2013-02-281-3/+3
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-3/+3
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* FIX: Add multiarch paths to the distutils' onesOndřej Čertík2012-12-131-0/+13
* add platform specific python include directories to search pathsJulian Taylor2012-12-051-2/+8
* Fix numpy.distutils to find atlas BLAS on UbuntuNathaniel J. Smith2012-05-201-3/+10
* BUG: BLD: fix OS X build issue introduced in the PEP8 cleanup in 72c6fbd.Ralf Gommers2012-03-181-4/+4
* BUG: BLD: add missing line in distutils/system_info.pyRalf Gommers2012-03-161-0/+1
* MISC: cosmetic changes to distutils/system_info, PEP8 safe.Nicolas Pinto2012-03-141-346/+446
* ENH: support for detecting libraries in several directories simultaneously, s...Nicolas Pinto2012-03-141-78/+60
* BLD: add support for the new X11 directory structure on Ubuntu & co.Raymond Roberts2011-10-291-1/+8
* BLD: fix up detection of Intel CPU on OS X in system_info.py.Ralf Gommers2011-10-171-3/+5
* FIX: add ufsparse to the libraries search path.Fabian Pedregosa2011-08-291-0/+2
* BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.rgommers2011-06-231-6/+3
* DEP: fix deprecation warning from using SafeConfigParser with Python 3.2.rgommers2011-03-021-2/+2
* BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.rgommers2011-03-021-1/+5
* Implemented detection of gfortran usage for ATLAS linkage. get_atlas_version ...Pearu Peterson2010-08-301-25/+39
* BUG: Use correct include path when multiple copies of NumPy is installed.Stefan van der Walt2010-05-251-0/+7
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+2
* BUG: fix system_info broken by py3k changes.David Cournapeau2009-12-031-4/+4
* Py3k: make system_info importable from py3k.David Cournapeau2009-12-031-4/+11
* Fix print/repr/raise python3 incompatibilities in system_info and build_ext c...David Cournapeau2009-12-031-1/+1
* Update system_info.py for new files in Lapack 3.2.1.Pearu Peterson2009-09-301-0/+4
* Warn if site.cfg specifies invalid directories.Stefan van der Walt2009-05-011-1/+6
* Fix another bug, see last commit.Pearu Peterson2009-02-061-1/+2
* Fix a bug: python system_info.py failed because _pkg_config_info defined sect...Pearu Peterson2009-02-061-2/+3
* can't use append an int to a stringJarrod Millman2009-01-091-1/+1
* removed unneeded importJarrod Millman2009-01-091-2/+0