forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults-o2-dataflow.sh
68 lines (68 loc) · 1.42 KB
/
defaults-o2-dataflow.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
package: defaults-o2-dataflow
version: v1
env:
CFLAGS: "-fPIC -O2"
CXXFLAGS: "-fPIC -O2 -std=c++20"
CMAKE_BUILD_TYPE: "RELWITHDEBINFO"
CXXSTD: "20"
ENABLE_VMC: 'ON'
MACOSX_DEPLOYMENT_TARGET: '14.0'
disable:
- AEGIS
- AliEn-Runtime
- AliRoot
- ApMon-CPP
- cgal
- simulation
- fastjet
- generators
- GEANT4
- GEANT3
- GEANT4_VMC
- pythia
- pythia6
- hijing
- HepMC3
- XRootD
- xjalienfs
- JAliEn-ROOT
- KFParticle
- MCStepLogger
- O2sim
- O2-full-system-test
- O2Physics
# Fall back to the system OpenSSL and curl.
- OpenSSL
- curl:(?!osx.*)
overrides:
O2-customization:
env:
ENABLE_UPGRADES: "OFF" # Disable detector upgrades in O2
BUILD_ANALYSIS: "OFF" # Disable analysis in O2
BUILD_EXAMPLES: "OFF" # Disable examples in O2
O2_BUILD_FOR_FLP: "ON"
Python-modules-list:
env:
PIP_BASE_REQUIREMENTS: |
pip==21.3.1
setuptools==65.5.1
wheel==0.37.1
PIP_REQUIREMENTS: ""
DataDistribution:
requires:
- "GCC-Toolchain:(?!osx)"
- boost
- FairLogger
- libInfoLogger
- FairMQ
- Ppconsul
- grpc
- Monitoring
- protobuf
- O2
- fmt
- ucx # this one added
---
# 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.