24 lines
688 B
Bash
24 lines
688 B
Bash
# Template file for 'python3-scipy'
|
|
pkgname=python3-scipy
|
|
version=1.3.1
|
|
revision=1
|
|
wrksrc="scipy-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="scipy"
|
|
hostmakedepends="python3-setuptools
|
|
python3-Cython gcc-fortran"
|
|
makedepends="python3-devel python3-numpy lapack-devel"
|
|
depends="python-numpy"
|
|
short_desc="Scientific library for Python3"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://scipy.org/scipylib/"
|
|
distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz"
|
|
checksum=326ffdad79f113659ed0bca80f5d0ed5e28b2e967b438bb1f647d0738073a92e
|
|
|
|
LDFLAGS="-shared"
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|