Skip to content

Commit

Permalink
Merge pull request #76 from eflumerf/eflumerf/UseUpdatedGCC
Browse files Browse the repository at this point in the history
cetlib and fhiclcpp must be compiled with a newer GCC than 11.4.1
  • Loading branch information
knoepfel authored May 13, 2024
2 parents 8f5681e + ed206d4 commit adf46d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/art-suite/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ArtSuite(BundlePackage):
depends_on("[email protected] cxxstd=20")
depends_on("[email protected] cxxstd=20", when="+root")
depends_on("[email protected]")
depends_on("[email protected] cxxstd=20")
depends_on("[email protected]%gcc@13: cxxstd=20")
depends_on("[email protected] cxxstd=20")
depends_on("[email protected]")
depends_on("[email protected]")
Expand Down

0 comments on commit adf46d2

Please sign in to comment.