forked from alisw/alidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults-o2-dev-fairroot.sh
50 lines (50 loc) · 1.06 KB
/
defaults-o2-dev-fairroot.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
package: defaults-o2-dev-fairroot
version: v1
env:
CXXFLAGS: "-fPIC -O2 -std=c++17"
CFLAGS: "-fPIC -O2"
CMAKE_BUILD_TYPE: "RELWITHDEBINFO"
CXXSTD: "17"
CMAKE_GENERATOR: "Ninja"
GEANT4_BUILD_MULTITHREADED: "ON"
disable:
- AliEn-Runtime
- AliRoot
overrides:
ROOT:
build_requires:
- CMake
- "Xcode:(osx.*)"
- ninja
Ppconsul:
build_requires:
- CMake
- ninja
O2:
version: "%(short_hash)s%(defaults_upper)s"
tag: dev
build_requires:
- lcov
- ninja
- RapidJSON
- googlebenchmark
- AliTPCCommon
- cub
FairRoot:
version: dev
tag: dev
source: https://github.com/FairRootGroup/FairRoot
build_requires:
- googletest
- ninja
FairMQ:
version: dev
tag: dev
source: https://github.com/FairRootGroup/FairMQ
msgpack:
version: "v3.1.1"
tag: cpp-3.1.1
---
# 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.