forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults-o2.sh
39 lines (39 loc) · 858 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
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"
overrides:
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"
XRootD:
tag: "v4.11.1"
source: https://github.com/xrootd/xrootd
---
# 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.