Skip to content

Commit fcbb064

Browse files
committed
[TEMPORARY][TESTING] Turn off AdaptiveCpp and CLAD temporarily
1 parent 948c50f commit fcbb064

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/root-ci-config/buildconfig/fedora43.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_CXX_STANDARD=23
22
builtin_zlib=ON
33
builtin_zstd=ON
4-
experimental_adaptivecpp=ON
4+
experimental_adaptivecpp=OFF
55
pythia8=ON
66
roofit_multiprocess=ON
77
test_distrdf_dask=OFF

.github/workflows/root-ci-config/buildconfig/fedora44.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_CXX_STANDARD=23
22
builtin_zlib=ON
33
builtin_zstd=ON
4-
experimental_adaptivecpp=ON
4+
experimental_adaptivecpp=OFF
55
pythia8=ON
66
roofit_multiprocess=ON
77
test_distrdf_pyspark=OFF

.github/workflows/root-ci-config/buildconfig/global.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ builtin_zstd=OFF
3030
ccache=ON
3131
cefweb=OFF
3232
check_connection=OFF
33-
clad=ON
33+
clad=OFF
3434
clingtest=OFF
3535
cocoa=OFF
3636
coverage=OFF

.github/workflows/root-ci-config/buildconfig/ubuntu2404-cuda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_BUILD_TYPE=RelWithDebInfo
22
cuda=ON
3-
experimental_adaptivecpp=ON
4-
experimental_genvectorx=ON
3+
experimental_adaptivecpp=OFF
4+
experimental_genvectorx=OFF
55
gdml=OFF
66
spectrum=OFF
77
sqlite=OFF
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
experimental_adaptivecpp=ON
2-
experimental_genvectorx=ON
1+
experimental_adaptivecpp=OFF
2+
experimental_genvectorx=OFF

cmake/modules/RootBuildOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ROOT_BUILD_OPTION(builtin_zstd OFF "Build included libzstd, or use system libzst
114114
ROOT_BUILD_OPTION(ccache OFF "Enable ccache usage for speeding up builds")
115115
ROOT_BUILD_OPTION(cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display")
116116
ROOT_BUILD_OPTION(check_connection ON "Fail the configuration step if there is no internet connection, but it's required for the build")
117-
ROOT_BUILD_OPTION(clad ON "Build clad, the cling automatic differentiation plugin (requires network, or existing source directory indicated with -DCLAD_SOURCE_DIR=<clad_src_path>)")
117+
ROOT_BUILD_OPTION(clad OFF "Build clad, the cling automatic differentiation plugin (requires network, or existing source directory indicated with -DCLAD_SOURCE_DIR=<clad_src_path>)")
118118
ROOT_BUILD_OPTION(cocoa OFF "Use native Cocoa/Quartz graphics backend (MacOS X only)")
119119
ROOT_BUILD_OPTION(coverage OFF "Enable compile flags for coverage testing")
120120
ROOT_BUILD_OPTION(cuda OFF "Enable support for CUDA (requires CUDA toolkit >= 7.5)")

0 commit comments

Comments
 (0)