blob: 43a6a3bb601720c84ed7e6c86fff3b7b51efa749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = python-picos-git
pkgdesc = A Python interface to conic optimization solvers (git version)
pkgver = 2.5.r0.g2283909
pkgrel = 1
url = https://gitlab.com/picos-api/picos
arch = any
license = GPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
optdepends = cplex: solve using CPLEX
optdepends = gurobi: solve using Gurobi
optdepends = mosek: solve using MOSEK
optdepends = python-ecos: solve using ECOS
optdepends = python-pyscipopt: solve using SCIP
optdepends = python-smcp: solve using SMCP
optdepends = python-swiglpk: solve using GLPK
optdepends = python-osqp: solve using OSQP
optdepends = python-qics: solve using QICS
provides = python-picos
conflicts = python-picos
source = git+https://gitlab.com/picos-api/picos.git
md5sums = SKIP
pkgname = python-picos-git
|