Skip to content

Commit

Permalink
veins: added 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Feb 10, 2025
1 parent f80400c commit 00b4faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opp_env/database/veins.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def get_project_descriptions():
# - many Veins versions may actually compile/work with more omnetpp versions than listed -- this is to be checked
# - versions before 5.0 need older versions of SUMO, which are currently not available as nix packages
#
["5.3", ["4.5.4", "3.8.2"], ["1.21.0"], ["6.1.0", "6.0.3", "5.7.1"]],
["5.2", ["4.2.8", "4.2.5", "4.2.4", "4.2.3", "4.2.2", "4.2.1", "4.2.0", "3.8.1", "3.7.1", "3.7.0", "3.6.8", "3.6.7", "3.6.6", "3.6.5"], ["1.9.2"], ["5.7.*", "5.6.*", "5.5.*", "5.4.*", "5.3.*"]],
["5.1", ["4.2.1", "4.2.0", "3.6.5", "3.6.6", "3.6.7", "3.6.8"], ["1.9.2"], ["5.5.*", "5.4.*", "5.3.*"]],
["5.0", ["4.1.1", "4.1.0", "3.6.5"], ["1.9.2"], ["5.5.*", "5.4.*", "5.3.*"]], # this is the first one that works with sumo 1.9.2
Expand Down

0 comments on commit 00b4faa

Please # to comment.