Skip to content

Commit 8f2e30f

Browse files
committed
[TEMPORARY] Turn off AdaptiveCpp and CLAD temporarily
1 parent b6c54ee commit 8f2e30f

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,5 +1,5 @@
11
CMAKE_CXX_STANDARD=23
2-
experimental_adaptivecpp=ON
2+
experimental_adaptivecpp=OFF
33
pythia8=ON
44
roofit_multiprocess=ON
55
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,5 +1,5 @@
11
CMAKE_CXX_STANDARD=23
2-
experimental_adaptivecpp=ON
2+
experimental_adaptivecpp=OFF
33
pythia8=ON
44
roofit_multiprocess=ON
55
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
@@ -28,7 +28,7 @@ builtin_zstd=OFF
2828
ccache=ON
2929
cefweb=OFF
3030
check_connection=OFF
31-
clad=ON
31+
clad=OFF
3232
clingtest=OFF
3333
cocoa=OFF
3434
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
@@ -112,7 +112,7 @@ ROOT_BUILD_OPTION(builtin_zstd OFF "Build included libzstd, or use system libzst
112112
ROOT_BUILD_OPTION(ccache OFF "Enable ccache usage for speeding up builds")
113113
ROOT_BUILD_OPTION(cefweb OFF "Enable support for CEF (Chromium Embedded Framework) web-based display")
114114
ROOT_BUILD_OPTION(check_connection ON "Fail the configuration step if there is no internet connection, but it's required for the build")
115-
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>)")
115+
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>)")
116116
ROOT_BUILD_OPTION(cocoa OFF "Use native Cocoa/Quartz graphics backend (MacOS X only)")
117117
ROOT_BUILD_OPTION(coverage OFF "Enable compile flags for coverage testing")
118118
ROOT_BUILD_OPTION(cuda OFF "Enable support for CUDA (requires CUDA toolkit >= 7.5)")

0 commit comments

Comments
 (0)