summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMaximilian Stahlberg2022-01-06 16:32:22 +0100
committerMaximilian Stahlberg2022-01-06 16:32:22 +0100
commit1b2e8750603ad08f0e654c73a812b87bbd004fad (patch)
tree0ed0c26ee6719260a939656e881ffe89660ae503 /.SRCINFO
parent53b0201f3d1991fa1b1d070465e0a4d6af17d3c5 (diff)
downloadaur-1b2e8750603ad08f0e654c73a812b87bbd004fad.tar.gz
Install Python bindings if Python 3.7 or 3.8 are installed.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO5
1 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b883fc4c5351..019a1e9bf2f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = cplex
pkgdesc = A commercial solver for mathematical optimization problems.
pkgver = 20.10
- pkgrel = 1
+ pkgrel = 2
url = https://www.ibm.com/software/products/de/ibmilogcpleoptistud
arch = x86_64
license = custom
depends = gcc-libs
+ optdepends = python37: for Python 3.7 bindings
+ optdepends = python38: for Python 3.8 bindings
options = !strip
source = local://ILOG_COS_20.10_LINUX_X86_64.bin
source = installer.properties.template
@@ -13,4 +15,3 @@ pkgbase = cplex
md5sums = f295f6c4ecd0f3a6d2fdca21788efd0f
pkgname = cplex
-