memory_allocator: An extension class to allocate memory easily with Cython¶
This extension class started as part of the Sage software.
Description¶
development website: https://github.com/sagemath/memory_allocator
PyPI page: https://pypi.org/project/memory_allocator
License¶
GPL-3.0
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
cython: C-Extensions for Python, an optimizing static compiler
Version Information¶
package-version.txt:
0.1.4
src/pyproject.toml:
memory_allocator
version_requirements.txt:
memory_allocator
Equivalent System Packages¶
$ conda install memory-allocator
$ sudo emerge dev-python/memory-allocator
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.