Skip to content

Commit

Permalink
Auto-update defaults-o2.sh and o2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 12, 2021
1 parent 3256f77 commit b996da6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
62 changes: 33 additions & 29 deletions defaults-o2.sh
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
package: defaults-o2
version: v1
env:
CXXFLAGS: "-fPIC -O2 -std=c++17"
CFLAGS: "-fPIC -O2"
CMAKE_BUILD_TYPE: "RELWITHDEBINFO"
CXXSTD: "17"
GEANT4_BUILD_MULTITHREADED: "ON"
ENABLE_VMC: "ON"
CFLAGS: -fPIC -O2
CMAKE_BUILD_TYPE: RELWITHDEBINFO
CXXFLAGS: -fPIC -O2 -std=c++17
CXXSTD: '17'
ENABLE_VMC: 'ON'
GEANT4_BUILD_MULTITHREADED: 'ON'
overrides:
AliPhysics:
version: '%(commit_hash)s_O2'
AliRoot:
version: "%(commit_hash)s_O2"
requires:
- ROOT
- DPMJET
- fastjet:(?!.*ppc64)
- GEANT3
- GEANT4_VMC
- Vc
- ZeroMQ
- JAliEn-ROOT
pythia:
tag: "v8302"
requires:
- lhapdf
- boost
AliPhysics:
version: "%(commit_hash)s_O2"
cgal:
version: "4.12.2"
fastjet:
tag: "v3.3.3_1.042-alice1"
- ROOT
- DPMJET
- fastjet:(?!.*ppc64)
- GEANT3
- GEANT4_VMC
- Vc
- ZeroMQ
- JAliEn-ROOT
version: '%(commit_hash)s_O2'
O2:
tag: v21.05
version: '%(tag_basename)s'
XRootD:
tag: "v4.11.1"
source: https://github.com/xrootd/xrootd
tag: v4.11.1
cgal:
version: 4.12.2
fastjet:
tag: v3.3.3_1.042-alice1
pythia:
requires:
- lhapdf
- boost
tag: v8302
package: defaults-o2
version: v1

---
# This file is included in any build recipe and it's only used to set
# environment variables. Which file to actually include can be defined by the
Expand Down
2 changes: 1 addition & 1 deletion o2.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: O2
version: "%(tag_basename)s"
tag: v21.05
tag: "v21.05"
requires:
- arrow
- FairRoot
Expand Down

0 comments on commit b996da6

Please sign in to comment.