summaryrefslogtreecommitdiff
path: root/numpy/linalg/setup.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Raise C++ standard to C++17Sayed Adel2023-04-041-2/+0
* Update comment according to seberg's reviewHood Chatham2022-06-121-1/+3
* Fix lintHood Chatham2022-06-121-1/+1
* Handle windowsHood Chatham2022-06-121-1/+6
* Update numpy/linalg/setup.pyHood Chatham2022-06-111-1/+1
* ENH: Fix pointer size determination for cross buildHood Chatham2022-06-111-1/+2
* Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-04-081-4/+2
* [Road to C++] Rename linalg/umath_linalg.cpp.src into linalg/umath_linalg.cppserge-sans-paille2022-03-301-1/+5
* [Road to C++] First step toward numpy/linalg/umath_linalg.c.src conversionserge-sans-paille2022-03-291-1/+1
* MAINT: remove unused importsAlessia Marcolini2021-10-081-2/+1
* BLD: Enable Accelerate FrameworkMatthew Badin2021-04-281-5/+0
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-1/+7
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-201-2/+7
|\
| * MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-141-2/+7
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* MAINT: indicate in numpy.__config__ when fallback lapack_lite is usedPauli Virtanen2020-01-011-5/+16
* ENH: build fallback lapack_lite with 64-bit integers on 64-bit platformsPauli Virtanen2020-01-011-0/+4
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-141-4/+2
* ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-1/+6
* MAINT: Prefer to load functions from lapack/install if possibleEric Wieser2017-03-021-1/+1
* MAINT: Split up the lapack_lite files more sensiblyEric Wieser2017-03-021-4/+7
* STY: Make numpy/linalg/setup.py PEP8 compliantRonan Lamy2015-10-021-16/+17
* MAINT: Simplify numpy/linalg/setup.pyRonan Lamy2015-10-021-8/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-2/+2
* MAINT: move umath_linalg under numpy/linalg and use the same lapack_litePauli Virtanen2013-04-101-5/+23
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* Make linalg setup.py runnable under python3.David Cournapeau2009-12-031-2/+2
* Rename and reformat pythonxerbla.Stefan van der Walt2008-04-281-2/+2
* Fix import error.Pearu Peterson2008-04-091-0/+2
* Disable pythonxerbla.c patch for win32 (the MSVC linker failes on multiple d...Pearu Peterson2008-04-091-0/+3
* Fixing compile error from MSVC.Pearu Peterson2008-04-091-1/+1
* Apply modified patch from ticket 673. The patch is effective when using unopt...Pearu Peterson2008-04-091-4/+5
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-2/+0
* numpy.linalg.setup.py: include the test casescookedm2006-07-141-0/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Change most setup.py filesTravis Oliphant2006-01-041-4/+4
* rename sub-packagesTravis Oliphant2006-01-041-0/+31