python-numpy: fixed cross build.
This commit is contained in:
parent
892a2812c7
commit
6db8692a03
|
@ -4,8 +4,8 @@ version=1.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="numpy"
|
pycompile_module="numpy"
|
||||||
hostmakedepends="python-distribute"
|
hostmakedepends="python-distribute gcc-fortran"
|
||||||
makedepends="python-devel gcc-fortran libgfortran-devel"
|
makedepends="python-devel"
|
||||||
depends="python>=2.7"
|
depends="python>=2.7"
|
||||||
short_desc="NumPy adds a fast and sophisticated array facility to Python"
|
short_desc="NumPy adds a fast and sophisticated array facility to Python"
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
|
|
Loading…
Reference in New Issue