Skip to content

Commit

Permalink
Remove dependencies used for api scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
rs22 committed Feb 22, 2021
1 parent 7ec6d42 commit 1715389
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions ns-3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ run apt-get install -y --no-install-recommends \
zip \
&& true


run pip3 install \
cxxfilt \
git+https://github.com/felix-gohla/[email protected] \
&& 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
Expand All @@ -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
Expand Down

0 comments on commit 1715389

Please sign in to comment.