Skip to content

Commit

Permalink
vgm: update to v4-9 for C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Feb 18, 2025
1 parent 1f58dc5 commit a785077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Until May 2022 (inclusive) no changelog was kept. We might try to reconstruct it

* ROOT: Update recipe and version to 6.30.8
* FairRoot: Use patched 18.6.10 to allow building without Geant3
* vgm: update to v4-9 to support C++17

### Removed

Expand Down
1 change: 0 additions & 1 deletion defaults-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ overrides:
true
vgm:
version: "%(tag_basename)s"
tag: "4.4"
prefer_system_check: |
ls $VGM_ROOT/ > /dev/null && \
ls $VGM_ROOT/include > /dev/null && \
Expand Down
4 changes: 2 additions & 2 deletions vgm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: vgm
version: "%(tag_basename)s%(defaults_upper)s"
tag: "4.3-alice1"
source: https://github.com/alisw/vgm.git
tag: "v4-9"
source: https://github.com/vmc-project/vgm.git
requires:
- ROOT
- GEANT4
Expand Down

0 comments on commit a785077

Please sign in to comment.