summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2020-10-12 23:18:26 +0200
committerAleksandar Trifunovic2020-10-12 23:18:26 +0200
commit386c30ff89de4d1347a345b1f31a7809f0155e21 (patch)
tree7e2506651c6ec2c68002480aba7b38f6b1528368
parent478af081289d916b935f04ef5ecff24369e899cd (diff)
downloadaur-386c30ff89de4d1347a345b1f31a7809f0155e21.tar.gz
v8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a054f0265b9..6fd08ae69de0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = or-tools
pkgdesc = Google's Operations Research tools.
- pkgver = 7.7
+ pkgver = 8.0
pkgrel = 1
url = https://github.com/google/or-tools
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = or-tools
depends = coin-or-cbc
depends = protobuf
conflicts = python-or-tools
- source = https://github.com/google/or-tools/archive/v7.7.tar.gz
+ source = https://github.com/google/or-tools/archive/v8.0.tar.gz
source = pkg-conf.patch
- sha256sums = d20eb031ea3f1b75e55e44ae6acdb674ee6fb31e7a56498be32dc83ba9bc13bd
+ sha256sums = ac01d7ebde157daaeb0e21ce54923a48e4f1d21faebd0b08a54979f150f909ee
sha256sums = 2fc50395b8d835543df1172f3b1cddeac2d50b1d8fb7916d4268d6b3b21230a3
pkgname = or-tools
diff --git a/PKGBUILD b/PKGBUILD
index b2b6b13b0ef4..88e66d46dfb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=or-tools
-pkgver=7.7
+pkgver=8.0
pkgrel=1
pkgdesc="Google's Operations Research tools."
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gcc-libs' 'protobuf' 'gflags' 'google-glog' 'coin-or-cbc' 'protobuf')
makedepends=('cmake' 'pkgconf' 'git')
source=("https://github.com/google/or-tools/archive/v${pkgver}.tar.gz"
"pkg-conf.patch")
-sha256sums=('d20eb031ea3f1b75e55e44ae6acdb674ee6fb31e7a56498be32dc83ba9bc13bd'
+sha256sums=('ac01d7ebde157daaeb0e21ce54923a48e4f1d21faebd0b08a54979f150f909ee'
'2fc50395b8d835543df1172f3b1cddeac2d50b1d8fb7916d4268d6b3b21230a3')
conflicts=('python-or-tools') # because it copies libortools.so to usr/lib
@@ -27,6 +27,9 @@ prepare() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_DEPS=OFF \
+ -DUSE_SCIP=OFF \
+ -DBUILD_SAMPLES=OFF \
+ -DBUILD_EXAMPLES=OFF \
-DBUILD_absl=ON
}