From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/numpy/metadata.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dev-python/numpy/metadata.xml (limited to 'dev-python/numpy/metadata.xml') diff --git a/dev-python/numpy/metadata.xml b/dev-python/numpy/metadata.xml new file mode 100644 index 000000000000..c6656a0c3fd8 --- /dev/null +++ b/dev-python/numpy/metadata.xml @@ -0,0 +1,32 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + python@gentoo.org + Python + + + NumPy is a general-purpose array-processing Python package designed to + efficiently manipulate large multi-dimensional arrays of arbitrary + records without sacrificing too much speed for small multi-dimensional + arrays. There are also basic facilities for discrete fourier transform, + basic linear algebra and random number generation. + It is the successor of Numeric and numarray. + + + cpe:/a:numpy:numpy + + + + Enable dynamic dispatch to additional CPU extensions not covered + by enabled CPU_FLAGS_*. This permits NumPy to benefit from improved + performance when CPUs support more instruction sets, while preserving + compatibility with the baseline set by CPU_FLAGS_*. + + + baldeagleos-repo + -- cgit v1.3.1