           MODULE=numpy
         VERSION=23.0
          SOURCE=Numeric-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Numeric-$VERSION
   SOURCE_URL[0]=$SFORGE_URL/numpy/$SOURCE
        WEB_SITE=http://numpy.sourceforge.net/
         ENTERED=20020708
         UPDATED=20020708
           SHORT="Numerical Python ("Numpy") adds a fast multidimensional array facility to Python."
cat << EOF
Why Numerical Python?
If x and y are Numerical Python arrays, then the speed of the operation
x + y is close to the speed of doing it in C if the arrays are big
enough. Thus, Python can be extended with a full scientific array
language with sophisticated indexing and shaping operations and yet be
closer to the speed of a compiled language than to the speed of Python
itself.
EOF

