File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,6 @@ run apt-get install -y --no-install-recommends \
22
22
zip \
23
23
&& true
24
24
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
-
39
25
export NS3_VERSION=3.33
40
26
41
27
# 3.33
@@ -56,7 +42,6 @@ run make -j $(nproc)
56
42
section ---------------- ns-3 ----------------
57
43
workdir " /opt/ns-3/ns-$NS3_VERSION "
58
44
run ./waf configure
59
- run ./waf --apiscan=netanim && \
60
45
61
46
workdir " /opt/ns-3"
62
47
run ./build.py -- install --destdir=/ns-3-build
You can’t perform that action at this time.
0 commit comments