summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6169 from rgommers/intel-buildCharles Harris2015-08-212-2/+2
|\
| * BUG: fix typo which fused two compile flags on Windows for GFortran.Ralf Gommers2015-08-201-1/+1
| * BUG: fix 32-bit arch flag for Intel Fortran compiler.Ralf Gommers2015-08-201-1/+1
* | BLD: fix compiler_cxx check failureyolanda152015-08-221-0/+1
|/
* Merge pull request #6211 from yolanda15/intelcCharles Harris2015-08-191-31/+37
|\
| * STY: fix for PEP8 online checkyolanda152015-08-201-6/+7
| * BLD: add platform check to avoid intel compiler build failure on Linux when i...yolanda152015-08-191-2/+1
| * fix for linux build break with msvcyolanda152015-08-181-28/+34
* | Merge pull request #6183 from charris/remove-cblas-header-checkCharles Harris2015-08-171-26/+1
|\ \ | |/ |/|
| * BLD: Remove fallback CBLAS detection looking for cblas.h.Charles Harris2015-08-081-26/+1
* | Distutils doesn't warn unless compiler_cxx is emptyPeter Iannucci2015-08-101-1/+1
|/
* BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO.Ralf Gommers2015-08-031-0/+3
* BLD: some fixes for Intel compilers.Ralf Gommers2015-08-033-6/+8
* TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
* TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
* TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
* Merge pull request #6091 from novocaine/masterCharles Harris2015-08-011-2/+21
|\
| * restrict to windows py3 and add commentJames Salter2015-07-171-7/+18
| * don't pass un-encodable env to spawnJames Salter2015-07-171-2/+10
* | Merge pull request #6052 from insertinterestingnamehere/lib_fixRalf Gommers2015-07-261-1/+1
|\ \
| * | BUG: Allow libraries to be used as dependencies for other libraries whenIan Henriksen2015-07-131-1/+1
* | | STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-2510-36/+40
| |/ |/|
* | MAINT: adapt parallel build option names to python3.5Julian Taylor2015-07-164-22/+22
|/
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-32/+50
* DEP,MAINT: Remove try_run and get_output.Charles Harris2015-06-211-57/+0
* DEP,MAINT: Remove deprecated splitcmdline.Charles Harris2015-06-211-7/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-212-0/+3
* Merge pull request #5866 from tdsmith/include_dirsRalf Gommers2015-06-091-3/+17
|\
| * BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17
* | Simplify numpy/distutils/__init__.pyAndrea Bedini2015-05-161-28/+12
|/
* BUG: distutils: fix a typo in 64-bit Intel compiler for Windows support.Ralf Gommers2015-05-061-1/+1
* Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-245-1/+269
|\
| * BUG: rpath was not implemented for numpy.distutils.fcompilerNick Papior Andersen2015-02-273-0/+19
| * BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-262-10/+10
| * ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-262-2/+11
| * BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
| * BUG: PEP correctionsNick Papior Andersen2015-02-252-74/+82
| * BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-252-43/+25
| * BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-5/+4
| * BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-30/+36
| * ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+203
| * BLD, ENH: Reading of extra flags from site.cfg to extend flexibilityNick Papior Andersen2015-02-231-3/+44
* | BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-192-15/+40
* | ENH: distutils: add compiler classes for Intel compilers + MSVC-built Python.Ralf Gommers2015-03-192-9/+55
* | Merge pull request #5644 from rgommers/fix-gfortran-version-checkCharles Harris2015-03-083-2/+11
|\ \
| * | BUG: fix import in distutils/__init__.py under Python 2.xRalf Gommers2015-03-071-1/+1
| * | MAINT: distutils: fix gfortran version check when gfortran emits warnings.Ralf Gommers2015-03-072-1/+10
| |/
* | STY: Some style cleanups in distutils.Charles Harris2015-02-272-109/+92
* | BLD: Improve mingw-w64 detection of check_embedded_lapack.carlkl2015-02-271-0/+17
* | BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-272-26/+49
|/