forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults-o2-dataflow.sh
54 lines (54 loc) · 1.17 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
package: defaults-o2-dataflow
version: v1
env:
CFLAGS: "-fPIC -O2"
CXXFLAGS: "-fPIC -O2 -std=c++17"
CMAKE_BUILD_TYPE: "RELWITHDEBINFO"
CXXSTD: "17"
ENABLE_VMC: 'ON'
MACOSX_DEPLOYMENT_TARGET: '10.15'
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:
GCC-Toolchain:
version: "v12.2.0-alice1"
tag: "v12.2.0-alice1"
Python-modules-list:
env:
PIP39_REQUIREMENTS: |
setuptools==65.5.1
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"
---
# 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.