blob: 86e644084e62b7a967087f0ee96b14a766c24b16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-swiglpk
pkgdesc = A Python interface to the GLPK optimization solver
pkgver = 5.0.12
pkgrel = 1
url = https://github.com/biosustain/swiglpk
arch = any
license = GPL-3.0-or-later
makedepends = swig
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = glpk
conflicts = python-swiglpk-git
source = https://github.com/biosustain/swiglpk/archive/5.0.12.tar.gz
sha256sums = 3f629807740b8accc09f2618a39ce0c7f9391371519c1eee267166932ccf59d7
pkgname = python-swiglpk
|