summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Krivopalov2017-09-13 22:52:17 -0700
committerVladimir Krivopalov2017-09-13 22:52:17 -0700
commit79b948624a372a9cd37d6511cdee8625fe16ed9e (patch)
tree8d4c22eab5ba74be964e9d7b2becc50bb16d459a
parent42aa5ca87ecb94817eba04f2ce71b08429d121ed (diff)
downloadaur-79b948624a372a9cd37d6511cdee8625fe16ed9e.tar.gz
Enable DPDK while building ScyllaDB.
Remove sed script patching python to python2.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ffe4838890..5be9c322d4fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 1 03:30:51 UTC 2017
+# Thu Sep 14 05:52:11 UTC 2017
pkgbase = scylla-git
pkgdesc = Scylla is an open source NoSQL drop-in replacement for Apache Cassandra with fast throughput and low latency
pkgver = r12846.3077416ec
diff --git a/PKGBUILD b/PKGBUILD
index 26c94f292bf6..171da154389c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,8 +57,7 @@ prepare() {
build() {
cd "$srcdir/${pkgname%-git}"
- sed -i -e 's@#!/usr/bin/python$@#!/usr/bin/python2@' seastar/scripts/dpdk_nic_bind.py
- ./configure.py --mode=release
+ ./configure.py --mode=release --enable-dpdk
ninja -j`nproc --all` build/release/scylla build/release/iotune
cp dist/common/systemd/scylla-server.service.in build/scylla-server.service
sed -i -e "s#@@SYSCONFDIR@@#${_sysconfdir}/sysconfig#g" build/scylla-server.service