Ns-3.39 errata

From Nsnam
Revision as of 17:05, 15 July 2023 by Tomh (Talk | contribs) (Python bindings do not work for macOS m1/m2 systems)

Jump to: navigation, search

On July 5, 2023, ns-3.39 was published. This page lists some issues that have been fixed in the mainline since that time. The maintainers may make an update to this release to cover some or all of these issues.

Python bindings do not work for ARM-based Macs

Importing cppyy currently does not work for Apple silicon (Macs with the M1 or M2 CPU), as discussed in this issue. There is no current workaround, as this appears to be an upstream issue.

pkgconfig pc files incorrect

As discussed in this issue, the pkgconfig files installed by bake into the build/lib/pkgconfig directory have an incorrect libpthread specifier. This was fixed in this ns-3-dev commit.