Skip to content

Commit

Permalink
Introduced skimmed version of AliGenerators for O2sim integration (#5621
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jackal1-66 committed Sep 19, 2024
1 parent edff93f commit 7a84301
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
23 changes: 23 additions & 0 deletions aligeno2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package: AliGenO2
version: "v%(year)s%(month)s%(day)s"
requires:
- DPMJET
- POWHEG
- pythia
- SHERPA
- ThePEG
- Rivet
- lhapdf-pdfsets
- JETSCAPE
- CRMC
- EPOS4
- STARlight
build_requires:
- alibuild-recipe-tools
---
#!/bin/bash -ex

# Modulefile
moduledir="$INSTALLROOT/etc/modulefiles"
mkdir -p "$moduledir"
alibuild-generate-module > "$moduledir/$PKGNAME"
2 changes: 1 addition & 1 deletion epos4.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: EPOS4
version: "%(tag_basename)s"
tag: "v4.0.0-alice3"
tag: "v4.0.0-alice4"
source: https://github.com/alisw/EPOS4.git
requires:
- ROOT
Expand Down
1 change: 1 addition & 0 deletions o2sim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires:
- O2DPG
- QualityControl
- AEGIS
- AliGenO2:(?!osx|.*aarch64)
- EVTGEN:(?!osx)
- STARlight:(?!osx)
- jq
Expand Down

0 comments on commit 7a84301

Please sign in to comment.