File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
root-ci-config/buildconfig Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ builtin_cfitsio=ON
2
+ builtin_cppzmq=ON
3
+ builtin_davix=ON
4
+ builtin_fftw3=ON
5
+ builtin_freetype=ON
6
+ builtin_ftgl=ON
7
+ builtin_gl2ps=ON
8
+ builtin_glew=ON
9
+ builtin_gsl=ON
10
+ builtin_gtest=ON
11
+ builtin_lz4=ON
12
+ builtin_lzma=ON
13
+ builtin_nlohmannjson=ON
14
+ builtin_pcre=ON
15
+ builtin_openssl=ON
16
+ builtin_tbb=ON
17
+ builtin_vc=ON
18
+ builtin_vdt=ON
19
+ builtin_veccore=ON
20
+ builtin_xrootd=ON
21
+ builtin_xxhash=ON
22
+ builtin_zeromq=ON
23
+ builtin_zstd=ON
24
+ ccache=ON
25
+ cocoa=ON
26
+ fortran=OFF
27
+ mysql=OFF
28
+ pgsql=OFF
29
+ pythia8=OFF
30
+ test_distrdf_dask=ON
31
+ test_distrdf_pyspark=ON
32
+ tmva-cpu=OFF
33
+ tmva-sofie=ON
34
+ x11=OFF
Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ jobs:
100
100
arch : ARM64
101
101
overrides : ["LLVM_ENABLE_ASSERTIONS=On", "builtin_zlib=ON"]
102
102
- platform : mac14
103
+ arch : X64
104
+ overrides : ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
105
+ - platform : mac15
103
106
arch : ARM64
104
107
overrides : ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_CXX_STANDARD=20"]
105
108
- platform : mac-beta
You can’t perform that action at this time.
0 commit comments