forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults-ali.sh
47 lines (47 loc) · 945 Bytes
/
defaults-ali.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
47
package: defaults-ali
version: v1
env:
CFLAGS: -fPIC -O2
CMAKE_BUILD_TYPE: RELWITHDEBINFO
CXXFLAGS: -fPIC -O2 -std=c++20
CXXSTD: '20'
ENABLE_VMC: 'ON'
GEANT4_BUILD_MULTITHREADED: 'OFF'
disable:
- mesos
- MySQL
- arrow
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
vgm:
tag: "v5-2"
GCC-Toolchain:
version: v12.2.0-alice1
tag: v12.2.0-alice1
cgal:
version: 4.12.2
fastjet:
tag: v3.4.1_1.052-alice2
pythia:
tag: v8304-alice1
requires:
- lhapdf
- boost
ROOT:
tag: v6-30-05-alice1
---
# 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.