# Tanım: python3 bilimsel araç kütüphanesi
# URL: http://numpy.scipy.org/
# Paketçi: milisarge
# Gerekler: python3-setuptools lapack

isim=python3-numpy
surum=1.11.2
devir=1

kaynak=(http://sourceforge.net/projects/numpy/files/NumPy/$surum/numpy-$surum.tar.gz)

derle() {
	cd numpy-$surum
	export Atlas=None
	export LDFLAGS="$LDFLAGS -shared"
	python3 setup.py config_fc --fcompiler=gnu95 build
	python3 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr --root=$PKG --optimize=1
}
