Skip to content

Commit

Permalink
omnetpp: added a nixos-recent option to omnetpp - currently 24.05
Browse files Browse the repository at this point in the history
Any older version of omnetpp can be forced to use the latest tested nixos
version as an environment
  • Loading branch information
rhornig committed Jan 6, 2025
1 parent d957616 commit 63e70aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opp_env/database/omnetpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ def make_omnetpp_project_description(version, base_version=None, is_modernized=F
"make clean MODE=$BUILD_MODE" #TODO plain "make clean" in early versions?
],
"options": { # note: git master doesn't have all these download options
"nixos-recent": {
"option_description": "Force using the latest (tested) version of NixOS",
"option_category": "nixos",
"nixos": "24.05",
},
"gcc7": {
"option_description": "Use an older version of the gcc compiler toolchain for the build",
"option_category": "compiler",
Expand Down

0 comments on commit 63e70aa

Please # to comment.