Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-cvxopt: update to 1.3.1. #43857

Merged
merged 1 commit into from May 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions srcpkgs/python3-cvxopt/template
@@ -1,7 +1,7 @@
# Template file for 'python3-cvxopt'
pkgname=python3-cvxopt
version=1.3.0
revision=4
version=1.3.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel SuiteSparse-devel gsl-devel glpk-devel fftw-devel
Expand All @@ -12,8 +12,9 @@ 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/"
changelog="https://github.com/cvxopt/cvxopt/releases"
distfiles="${PYPI_SITE}/c/cvxopt/cvxopt-${version}.tar.gz"
checksum=00b1b232f9d1f902d578a9d75814b67fa020758d5ae422e28ca8cef6269fa5c6
checksum=8d567981cbfa2a4ba1667b3e6f73cb941cf1c6992bf1438911035963294aa498

build_options="openblas"

Expand Down