forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults-o2.sh
46 lines (45 loc) · 958 Bytes
/
defaults-o2.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
env:
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:
requires:
- ROOT
- DPMJET
- fastjet:(?!.*ppc64)
- GEANT3
- GEANT4_VMC
- Vc
- ZeroMQ
- JAliEn-ROOT
version: '%(commit_hash)s_O2'
GCC-Toolchain:
tag: v10.2.0-alice2
version: v10.2.0-alice2
O2:
tag: nightly-20210605
version: '%(tag_basename)s'
XRootD:
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: v8304
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
# "--defaults" option of alibuild.