22 lines
679 B
Bash
22 lines
679 B
Bash
# Template file for 'python3-cvxopt'
|
|
pkgname=python3-cvxopt
|
|
version=1.3.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel blas-devel lapack-devel SuiteSparse-devel gsl-devel
|
|
glpk-devel fftw-devel"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python software for convex optimization"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://cvxopt.org/"
|
|
distfiles="${PYPI_SITE}/c/cvxopt/cvxopt-${version}.tar.gz"
|
|
checksum=00b1b232f9d1f902d578a9d75814b67fa020758d5ae422e28ca8cef6269fa5c6
|
|
|
|
pre_build() {
|
|
export CVXOPT_BUILD_GSL=1
|
|
export CVXOPT_BUILD_GLPK=1
|
|
export CVXOPT_BUILD_FFTW=1
|
|
}
|