summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* BLD: ensure OPT link environment variable is readmbyt2015-01-061-3/+6
* BLD: ensure OPT build environment variable is readmbyt2015-01-051-0/+9
* Removed NotImplementedError for MinGW-w64Juan Luis Cano Rodríguez2014-12-291-1/+1
* Merge pull request #5364 from charris/detect_atlas_3_10Charles Harris2014-12-241-3/+80
|\
| * ENH: Add support for ATLAS > 3.9.33.Charles Harris2014-12-241-3/+80
* | BLD: Change Fortran version flag and string checkRyan Nelson2014-12-012-23/+20
* | BUG: missing default None values in getattr(...)Alistair Muldal2014-11-191-3/+3
* | ENH: support parallel compilation of extensionsJulian Taylor2014-10-285-16/+105
* | MAINT: remove obsolete version checksJulian Taylor2014-10-151-6/+2
* | BLD: add check for C99 restrict keywordJulian Taylor2014-09-292-0/+23
* | MAINT: make main a strict prototype in configure checksJulian Taylor2014-09-091-6/+6
* | BLD: check for CBLAS header in "unoptimized" blasJulian Taylor2014-09-041-1/+25
* | ENH: Add 'HAVE_CBLAS' macro for build purposes.Charles Harris2014-09-041-6/+11
* | Merge pull request #4996 from fdiary/gfortran-rpathJulian Taylor2014-08-261-0/+3
|\ \
| * | BLD: support rpath for GNU Fortran compiler.Kazuhiko Shiozaki2014-08-261-0/+3
| |/
* | Merge pull request #4988 from juliantaylor/gfortran-debugCharles Harris2014-08-241-4/+5
|\ \
| * | BLD: add debug information to gfortran buildsJulian Taylor2014-08-241-4/+5
| |/
* | Merge pull request #4892 from rgommers/msvc10-fixJulian Taylor2014-07-201-5/+16
|\ \
| * | BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
| |/
* | REF: remove obsolete code.David Cournapeau2014-07-073-35/+1
* | FEAT: add a check_gcc_variable_attribute function in config command.David Cournapeau2014-07-072-0/+21
* | ENH: use pragma instead of generic warning when detecting for function attrib...David Cournapeau2014-07-071-5/+12
* | BUG: fix check_gcc_function_attribute when attribute is actually supported.David Cournapeau2014-07-061-8/+1
* | FEAT: add check to ensure compilation without warning for a piece of code.David Cournapeau2014-07-062-1/+14
* | FEAT: add check_gcc_function_attribute check.David Cournapeau2014-07-062-1/+22
* | FEAT: add a try_output_compile in numpy.distutils.David Cournapeau2014-07-062-0/+22
|/
* 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
* BUG: Fix use of setuptools.command.install._install.Charles Harris2014-05-041-3/+6
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-1/+4
* BLD: remove "-Wl,-framework,Python" from linker flags for Intel compiler.Ralf Gommers2014-04-211-1/+1
* BUG: ifort has issues with optimization flag /O2cgohlke2014-04-081-1/+1
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-273-9/+9
* BUG: get_info('openblas') does not read libraries keyJulian Taylor2014-02-211-2/+4
* Detect vendor versions of GNU CompilersAron Ahmadia2014-02-041-3/+3
* Add '.FOR' to src_extensionsleaz2014-01-051-1/+1
* Merge pull request #3996 from stromnov/masterCharles Harris2013-11-081-4/+5
|\
| * Allow checking two or more fortran compilers instead of one.Andrew Stromnov2013-11-011-4/+5
* | 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
* Merge pull request #3638 from charris/remove-numarray-and-oldnumericCharles Harris2013-09-281-4/+0
|\
| * DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-231-4/+0
* | Fix platform detection for intel platform where get_platform() returns a stri...Alex Barth2013-09-281-0/+2
* | BUG: fix wrong gcc version checkJulian Taylor2013-09-271-2/+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-1852-642/+642
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-5/+5
* STY: Break long lines in numpy/distutils/log.py.Charles Harris2013-07-291-5/+16
* MAINT: typo fix in logging messageTomas Tomecek2013-07-291-2/+2