forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults-o2-epn.sh
46 lines (46 loc) · 970 Bytes
/
defaults-o2-epn.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
package: defaults-o2-epn
version: v1
env:
CFLAGS: -fPIC -O3 -march=znver2
CMAKE_BUILD_TYPE: RELWITHDEBINFO
CXXFLAGS: -fPIC -O3 -march=znver2 -std=c++17
O2_CXXFLAGS_OVERRIDE: -O3
CXXSTD: '17'
ENABLE_VMC: 'ON'
GEANT4_BUILD_MULTITHREADED: 'ON'
disable:
- O2Physics
- KFParticle
- OpenSSL
- curl
- mesos
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
GCC-Toolchain:
tag: v12.2.0-alice1
version: v12.2.0-alice1
cgal:
version: 4.12.2
fastjet:
tag: v3.4.0_1.045-alice1
pythia:
tag: v8304
requires:
- lhapdf
- boost
---
# 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.