From 17153893999db5c30f0c1c8a9e5b9fc1b806614b Mon Sep 17 00:00:00 2001 From: Robert Schmid Date: Mon, 22 Feb 2021 13:52:43 +0100 Subject: [PATCH] Remove dependencies used for api scanning --- ns-3/build.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ns-3/build.sh b/ns-3/build.sh index e956a5e..d111bb8 100644 --- a/ns-3/build.sh +++ b/ns-3/build.sh @@ -22,20 +22,6 @@ run apt-get install -y --no-install-recommends \ zip \ && true - -run pip3 install \ - cxxfilt \ - git+https://github.com/felix-gohla/pygccxml@v1.9.2 \ - && true - -section ---------------- CastXML ---------------- -workdir /opt/castxml -run git clone --branch v0.2.0 --depth 1 https://github.com/CastXML/CastXML.git . -run test "$(git rev-parse HEAD)" = 5ba47e3b67c4a9070e8404ed2db4d16c52e4267b -run cmake . -run make -j $(nproc) -run make install - export NS3_VERSION=3.33 # 3.33 @@ -56,7 +42,6 @@ run make -j $(nproc) section ---------------- ns-3 ---------------- workdir "/opt/ns-3/ns-$NS3_VERSION" run ./waf configure -run ./waf --apiscan=netanim && \ workdir "/opt/ns-3" run ./build.py -- install --destdir=/ns-3-build