Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions defaults-o2-acts.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
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:
cgal:
version: 4.12.2
O2:
requires:
- abseil

Check warning on line 19 in defaults-o2-acts.sh

View workflow job for this annotation

GitHub Actions / alidistlint

wrong indentation: expected 6 but found 8 [yl:indentation]
- 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

Check warning on line 53 in defaults-o2-acts.sh

View workflow job for this annotation

GitHub Actions / alidistlint

wrong indentation: expected 6 but found 8 [yl:indentation]
- 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
1 change: 1 addition & 0 deletions o2-customization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
valid_defaults:
- o2
- o2-dataflow
- o2-acts
- o2-epn
- o2-dev-fairroot
- alo
Expand Down
1 change: 1 addition & 0 deletions o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ incremental_recipe: |

valid_defaults:
- o2
- o2-acts
- o2-dataflow
- o2-epn
- o2-dev-fairroot
Expand Down
Loading