From 56edf12a40cdb2658701485528d80a4324abe827 Mon Sep 17 00:00:00 2001 From: Timotej Kapus Date: Fri, 25 May 2018 17:20:34 +0100 Subject: Change the .stats format into sqlite3 Improves querying of the .stats file, reduces its size, speeds up reads and writes and has better defined fail behaviour. --- scripts/build/p-klee-linux-ubuntu-16.04.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build') diff --git a/scripts/build/p-klee-linux-ubuntu-16.04.inc b/scripts/build/p-klee-linux-ubuntu-16.04.inc index b4ba3f33..40582be5 100644 --- a/scripts/build/p-klee-linux-ubuntu-16.04.inc +++ b/scripts/build/p-klee-linux-ubuntu-16.04.inc @@ -4,11 +4,13 @@ install_build_dependencies_klee() { dependencies=( build-essential cmake + libsqlite3-dev python-pip #for lit python-setuptools #for lit python-wheel #for lit zlib1g-dev python3 + python3-pip ) if [[ $(to_bool "${COVERAGE}") -eq 1 ]]; then @@ -18,4 +20,5 @@ install_build_dependencies_klee() { apt -y --no-install-recommends install "${dependencies[@]}" pip install lit + pip3 install tabulate --user } \ No newline at end of file -- cgit 1.4.1