Skip to content

Commit 1715389

Browse files
committed
Remove dependencies used for api scanning
1 parent 7ec6d42 commit 1715389

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ns-3/build.sh

-15
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,6 @@ run apt-get install -y --no-install-recommends \
2222
zip \
2323
&& true
2424

25-
26-
run pip3 install \
27-
cxxfilt \
28-
git+https://github.com/felix-gohla/pygccxml@v1.9.2 \
29-
&& true
30-
31-
section ---------------- CastXML ----------------
32-
workdir /opt/castxml
33-
run git clone --branch v0.2.0 --depth 1 https://github.com/CastXML/CastXML.git .
34-
run test "$(git rev-parse HEAD)" = 5ba47e3b67c4a9070e8404ed2db4d16c52e4267b
35-
run cmake .
36-
run make -j $(nproc)
37-
run make install
38-
3925
export NS3_VERSION=3.33
4026

4127
# 3.33
@@ -56,7 +42,6 @@ run make -j $(nproc)
5642
section ---------------- ns-3 ----------------
5743
workdir "/opt/ns-3/ns-$NS3_VERSION"
5844
run ./waf configure
59-
run ./waf --apiscan=netanim && \
6045

6146
workdir "/opt/ns-3"
6247
run ./build.py -- install --destdir=/ns-3-build

0 commit comments

Comments
 (0)