From 365ba6fe600ccf4523804d4ae0de277a693528bc Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 3 Mar 2020 19:27:31 +0100
Subject: [PATCH] Drop rpclib support

---
 centos-7/Dockerfile | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile
index 6d79d36..bf4785d 100644
--- a/centos-7/Dockerfile
+++ b/centos-7/Dockerfile
@@ -251,20 +251,6 @@ RUN version=2.3.0 && \
     cd .. && \
     rm -rf pybind11-${version}*
 
-# rpclib
-RUN version=2.2.1 && \
-    source /etc/profile && \
-    cd /tmp && \
-    curl -sSL -o rpclib-${version}.tar.gz https://github.com/rpclib/rpclib/archive/v2.2.1.tar.gz && \
-    tar -xf rpclib-${version}.tar.gz && \
-    cd rpclib-${version} && \
-    cmake -S. -B build -G Ninja \
-        -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local \
-        && \
-    ninja -C build install && \
-    cd .. && \
-    rm -rf rpclib-${version}*
-
 # Python 3.7
 RUN version=3.7.5 && \
     yum install -y \
-- 
GitLab