aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/irati.py
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2017-11-09 10:08:00 +0100
committerDimitri Staessens <dimitri.staessens@ugent.be>2017-11-09 10:12:21 +0100
commit2645454d945c5d4a22011a87916b42a8d454b0dc (patch)
treea065fa7d30bab81cacd06290b7d0df0e0b16b0e9 /rumba/prototypes/irati.py
parent7d585ba499cdfe85117dc388c022acacb3d02d98 (diff)
downloadrumba-2645454d945c5d4a22011a87916b42a8d454b0dc.tar.gz
rumba-2645454d945c5d4a22011a87916b42a8d454b0dc.zip
prototypes: Update IRATI install
The package versions specified give conflicts on Ubuntu.
Diffstat (limited to 'rumba/prototypes/irati.py')
-rw-r--r--rumba/prototypes/irati.py4
1 files changed, 2 insertions, 2 deletions
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 && "