-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathdefaults-o2-acts.sh
More file actions
63 lines (63 loc) · 1.34 KB
/
defaults-o2-acts.sh
File metadata and controls
63 lines (63 loc) · 1.34 KB
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
package: defaults-o2-acts
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'
MACOSX_DEPLOYMENT_TARGET: '14.0'
disable:
- mesos
- MySQL
overrides:
O2:
requires:
- abseil
- arrow
- FairRoot
- Vc
- HepMC3
- libInfoLogger
- Common-O2
- Configuration
- Monitoring
- ms_gsl
- FairMQ
- curl
- MCStepLogger
- fmt
- "openmp:(?!osx.*)"
- DebugGUI
- JAliEn-ROOT
- fastjet
- libuv
- libjalienO2
- cgal
- "VecGeom:(?!osx.*)"
- FFTW3
- ONNXRuntime
- nlohmann_json
- MLModels
- RapidJSON
- bookkeeping-api
- AliEn-CAs
- gpu-system
- Eigen3
- GBL
- ACTS
build_requires:
- abseil
- GMP
- MPFR
- googlebenchmark
- O2-customization
- Clang:(?!osx*)
---
# 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.
#
# This defaults file enables ACTS for building ACTSO2.
# Usage: aliBuild build ACTSO2 --defaults o2-acts