From 2645454d945c5d4a22011a87916b42a8d454b0dc Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 9 Nov 2017 10:08:00 +0100 Subject: prototypes: Update IRATI install The package versions specified give conflicts on Ubuntu. --- rumba/prototypes/irati.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rumba/prototypes/irati.py') diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 757a66e..72d4b4e 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -84,8 +84,8 @@ class Experiment(mod.Experiment): cmds = [self.sudo("apt-get update"), self.sudo("apt-get install g++ gcc libtool " "linux-headers-$(uname -r) autoconf automake " - "protobuf-compiler=2.6.1-1 libprotobuf-dev=2.6.1-1 " - "git pkg-config libssl-dev=1.0.1k-3 --yes"), + "protobuf-compiler libprotobuf-dev " + "git pkg-config libssl-dev --yes"), self.sudo("rm -rf ~/stack"), "cd ~; git clone -b arcfire https://github.com/IRATI/stack", "cd ~/stack && " -- cgit v1.2.3