Skip to content

Commit

Permalink
use root630 for gcc13 and cpp20 forward porting
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 18, 2023
1 parent 55d5822 commit 07a8941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forward_ports_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/master"].append("IB/CMSSW_13_3_X/g12_cpp20")
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/rootmaster"]=["IB/CMSSW_13_3_X/rootmodule"]
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/g4"]=["IB/CMSSW_13_3_X/g4_vecgeom"]
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/root628"]=["IB/CMSSW_13_3_X/g13"]
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/root628"].append("IB/CMSSW_13_3_X/g12_cpp20")
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/root630"]=["IB/CMSSW_13_3_X/g13"]
GIT_REPO_FWPORTS["cmsdist"]["IB/CMSSW_13_3_X/root630"].append("IB/CMSSW_13_3_X/g12_cpp20")

0 comments on commit 07a8941

Please sign in to comment.