summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
Commit message (Expand)AuthorAgeFilesLines
* BLD: add SSL2 default path for Fujitsu C/C++ compilerKentaro Kawakami2023-03-091-1/+30
* ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-2/+50
* Update system_info.pyThomas Green2021-12-021-6/+5
* Add armpl as blas/lapack providerThomas Green2021-11-161-3/+57
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-5/+4
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+2
* BLD: loaded extra flags when checking for libflameCarl Johnsen2021-07-291-0/+4
* MAINT: fixed indentation in crackfortran.py and removed unused variables in s...default-3032021-06-111-1/+1
* MAINT: Added comments for future refrence in core.py and system_info.py - fix...default-3032021-05-261-1/+2
* MAINT: Added comments for future refrence in core.py and system_info.pydefault-3032021-05-261-1/+1
* MAINT: Restored variables related to verbosity settings in system_info.pydefault-3032021-05-261-0/+2
* MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-4/+0
* Merge pull request #18874 from Matthew-Badin/enable-accelerateCharles Harris2021-05-041-21/+7
|\
| * BLD: Minimize diffMatthew Badin2021-05-011-14/+14
| * BLD: Address lint issues and reviewer comments.Matthew Badin2021-04-301-2/+4
| * BLD: Enable Accelerate FrameworkMatthew Badin2021-04-281-35/+19
* | BLD: remove unnecessary flag `-faltivec` on macOSSayed Adel2021-05-041-4/+0
|/
* BLD: introduce use of BLAS_LIBS and LAPACK_LIBS in distutils/system_info (#18...drhpc2021-04-111-0/+49
* BLD: remove /usr/include from default include dirsRalf Gommers2021-03-211-3/+2
* DEP: doc-deprecate BLAS_SRC/LAPACK_SRCRalf Gommers2021-02-061-0/+6
* Merge pull request #17743 from isuruf/cblas_winMatti Picus2020-11-151-0/+15
|\
| * Fix cblas detection on windowsIsuru Fernando2020-11-091-0/+15
* | BLD: compare platform.architecture() correctlyxoviat2020-11-101-1/+1
|/
* 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-171-34/+85
* BUG: sysconfig attributes/distutils issueTyler Reddy2020-09-071-6/+5
* MAINT: fix win exec_prefixmattip2020-09-031-1/+1
* MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-7/+8
* MAINT: Replace lambda function by list comprehension (gh-17055)jakobjakobson132020-08-111-2/+1
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-4/+22
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+1
* Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-311-60/+88
|\
| * DOC: changes from reviewmattip2020-01-261-0/+1
| * DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-60/+87
* | [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-34/+25
|/
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-7/+6
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-7/+6
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* BUG: distutils: fix msvc+gfortran openblas handling corner casePauli Virtanen2019-12-311-4/+5
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-37/+126
* BUG: distutils: remove stray debug printPauli Virtanen2019-12-041-1/+0
* ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffixPauli Virtanen2019-11-291-26/+105
* BUILD: cache c-compiler for system_info stagemattip2019-10-251-1/+10
* BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-251-1/+1
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-7/+5
* DOC: update or remove outdated sourceforge linksmattip2019-08-081-1/+1
* MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022)Disconnect3d2019-07-151-2/+0