mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
22 lines
547 B
Plaintext
22 lines
547 B
Plaintext
DESCRIPTION="NumPy is the fundamental package needed for scientific computing with Python."
|
|
HOMEPAGE="http://numpy.scipy.org/"
|
|
SRC_URI="http://sourceforge.net/projects/numpy/files/NumPy/1.5.0/numpy-1.5.0.tar.gz/download?"
|
|
CHECKSUM_MD5="3a8bfdc434df782d647161c48943ee09"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-lang/python >= 2.6.5"
|
|
BUILD {
|
|
cd numpy-1.5.0
|
|
python setup.py config
|
|
python setup.py build
|
|
}
|
|
|
|
INSTALL {
|
|
cd numpy-1.5.0
|
|
python setup.py install --root=${DESTDIR}
|
|
}
|
|
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="2005 NumPy Developers"
|
|
|