New package: python-scipy-0.15.1
This commit is contained in:
parent
d05849a144
commit
739e8c2d0b
3 changed files with 48 additions and 0 deletions
45
srcpkgs/python-scipy/template
Normal file
45
srcpkgs/python-scipy/template
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Template file for 'python-scipy'
|
||||||
|
pkgname=python-scipy
|
||||||
|
version=0.15.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="scipy-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools gcc-fortran"
|
||||||
|
makedepends="python-devel python3.4-devel python-numpy-devel
|
||||||
|
python3.4-numpy-devel blas-devel lapack-devel"
|
||||||
|
depends="python-numpy"
|
||||||
|
pycompile_module="scipy"
|
||||||
|
short_desc="Scientific library for Python2"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="http://www.scipy.org/"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/scipy/${version}/scipy-${version}.tar.xz"
|
||||||
|
checksum=5d8f10d2faf9e7bb5aae568e44b2ee36ccf685e808a0fbe34711cbfd37ce7d37
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
|
export ATLAS=None
|
||||||
|
export FFLAGS="-fPIC"
|
||||||
|
LDFLAGS="-shared"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# no .txt files
|
||||||
|
sed -i '/config.add_data_files/d' setup.py
|
||||||
|
|
||||||
|
# remove shebangs
|
||||||
|
find . -type f -name '*.py' -exec sed -i 's,^#!.*python$,,' {} +
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-scipy_package() {
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="scipy"
|
||||||
|
depends="python3.4-numpy"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense ${wrksrc}/LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
}
|
2
srcpkgs/python-scipy/update
Normal file
2
srcpkgs/python-scipy/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pkgname=SciPy
|
||||||
|
ignore="*b* *rc*"
|
1
srcpkgs/python3.4-scipy
Symbolic link
1
srcpkgs/python3.4-scipy
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-scipy
|
Loading…
Add table
Add a link
Reference in a new issue