./math/py-numpy, Array processing for numbers, strings, records, and objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q1, Version: 1.21.5nb4, Package name: py39-numpy-1.21.5nb4, Maintainer: pkgsrc-users

NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.


Master sites:

Filesize: 10402.626 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-20 14:54:08 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6632 - requested by nia
math/py-numpy: build fix

Revisions pulled up:
- math/py-numpy/Makefile                                        1.92

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sun May  8 10:18:31 UTC 2022

   Modified Files:
   	pkgsrc/math/py-numpy: Makefile

   Log message:
   py-numpy: Expects compiler to default to C++11.