CVS: moonbase/libs/numarray BUILD, NONE, 1.1 CONFLICTS, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
jmhodges at lunar-linux.org
jmhodges at lunar-linux.org
Sat Aug 30 13:58:30 GMT 2003
Update of /var/cvs/lunar/moonbase/libs/numarray
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30796/numarray
Added Files:
BUILD CONFLICTS DEPENDS DETAILS
Log Message:
added numarray which is a rewrite of numpy. will eventually replace it.
--- NEW FILE: BUILD ---
(
prepare_install &&
python setup.py install
) > $C_FIFO 2>&1
--- NEW FILE: CONFLICTS ---
conflicts numpy
--- NEW FILE: DEPENDS ---
depends Python
--- NEW FILE: DETAILS ---
MODULE=numarray
VERSION=0.7
SOURCE=numarray-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/numarray-$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
numarray is a rewrite of numerical python and will eventually replace
it.
What is 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
More information about the Lunar-commits
mailing list