summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* TST: Expanded the `_parse_env_order` testsBas van Beek2020-09-181-1/+7
* BLD: Fix a macOS build failure when `NPY_BLAS_ORDER=""`Bas van Beek2020-09-181-0/+6
* BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-172-34/+112
* Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-101-1/+1
|\
| * Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-1/+1
* | Merge pull request #17129 from seiko2plus/distutils_avx512bw_maskMatti Picus2020-09-104-32/+170
|\ \
| * | DIST: fix minor grammar errors in CCompilerOpt docstring(extra_checks)Sayed Adel2020-09-031-7/+7
| * | TST: remove unnecessary backslashes from CCompilerOpt config testSayed Adel2020-08-261-24/+12
| * | BLD: Check for reduce intrinsics and AVX512BW mask operationsSayed Adel2020-08-264-12/+162
| |/
* | BUG: sysconfig attributes/distutils issueTyler Reddy2020-09-071-6/+5
* | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+4
|\ \
| * | ENH: Added placeholder stubs for `distutils` and `f2py`Bas van Beek2020-08-201-0/+4
| |/
* | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-043-9/+11
|\ \
| * | MAINT: EXT_SUFFIX differs between sysconfig and distutils.sysconfigMatti Picus2020-09-041-2/+2
| * | MAINT: fix win exec_prefixmattip2020-09-031-1/+1
| * | MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-024-11/+13
| |/
* | MAINT: Remove users of `numpy.compat.open_latin1`Eric Wieser2020-08-311-32/+27
|/
* MAINT: Remove _EXTRAFLAGS variable (#17050)jakobjakobson132020-08-121-10/+3
* MAINT: Replace lambda function by list comprehension (gh-17055)jakobjakobson132020-08-111-2/+1
* MAINT: change "for line in open()" to "with open() as f: ..." in numpy/distut...jakobjakobson132020-08-111-9/+10
* MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* MAINT: Chain exception in ``distutils/fcompiler/environment.py``. (#16962)Noman Arshad2020-08-041-1/+4
* Merge pull request #16730 from danbeibei/fcompilerCharles Harris2020-07-301-1/+1
|\
| * ENH: Use f90 compiler specified in command line args for pgi compilers. Issue...Daniel Vanzo2020-07-281-1/+1
* | TST: fix tests for windows + PyPymattip2020-07-301-10/+14
|/
* Merge pull request #16870 from mattip/pin-setuptoolsCharles Harris2020-07-151-3/+1
|\
| * Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-141-3/+1
* | Merge pull request #16860 from marload/patch/remove-file-funcSebastian Berg2020-07-141-1/+1
|\ \
| * | DEP: Remove deprecated python function 'file()'marload2020-07-141-1/+1
| |/
* | BUG: fix the search dir of dispatchable sourcesSayed Adel2020-07-141-2/+5
|/
* Remove code that will never runmarload2020-07-131-8/+0
* MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-1/+3
* fix decode error when building and get rid of warnQiyu82020-07-091-5/+3
* BLD, ENH: Add RPATH support for AIX (#16710)EGuesnet2020-07-071-4/+9
* Update numpy/distutils/ccompiler_opt.pyMatti Picus2020-06-181-3/+3
* ENH,BUG:distutils Remove the origins from the implied featuresSayed Adel2020-06-181-14/+39
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-153-5/+131
* ENH: [2/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-152-0/+956
* ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-1534-0/+2807
* BUG: gcc >= 10: correctly compare major versionMichael Hirsch2020-06-021-1/+2
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-4/+22
* BLD: Avoid "visibility attribute not supported" warning (gh-16288)E. M. Bray2020-05-201-1/+4
* BUG: relpath fails for different drives on windows (#16308)Matti Picus2020-05-201-1/+1
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* Merge pull request #15401 from eric-wieser/fix-distutils-quotingRalf Gommers2020-05-041-4/+4
|\
| * BUG: Flags should not contain spacesEric Wieser2020-01-231-4/+4
* | ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* | ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
* | ENH: update default MACOSX_DEPLOYMENT_TARGET to 10.9 (from review)mattip2020-04-081-4/+3
* | ENH: use sysconfig instead of probing Makefilemattip2020-04-071-16/+8