You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Toggle default off for covfie, detray, vecmem (acts-project#5504)
Having `ACTS_SETUP_COVFIE`, `ACTS_SETUP_DETRAY`, and `ACTS_SETUP_VECMEM` on by default causes various problems downstream. I propose to turn them off by default until these issues are resolved
Copy file name to clipboardExpand all lines: docs/pages/contributing/building_acts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,10 +255,10 @@ components.
255
255
| ACTS_USE_SYSTEM_LIBS | Use system libraries by default<br> type: `bool`, default: `OFF`|
256
256
| ACTS_USE_SYSTEM_ACTSVG | Use the ActSVG system library<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF`|
257
257
| ACTS_USE_SYSTEM_COVFIE | Use a system-provided covfie<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF`|
258
-
| ACTS_SETUP_COVFIE | If we want to set up covfie<br> type: `bool`, default: `ON`|
259
-
| ACTS_SETUP_DETRAY | If we want to set up detray<br> type: `bool`, default: `ON`|
258
+
| ACTS_SETUP_COVFIE | If we want to set up covfie<br> type: `bool`, default: `OFF`|
259
+
| ACTS_SETUP_DETRAY | If we want to set up detray<br> type: `bool`, default: `OFF`|
260
260
| ACTS_USE_SYSTEM_VECMEM | Use a system-provided vecmem<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF`|
261
-
| ACTS_SETUP_VECMEM | If we want to set up vecmem<br> type: `bool`, default: `ON`|
261
+
| ACTS_SETUP_VECMEM | If we want to set up vecmem<br> type: `bool`, default: `OFF`|
262
262
| ACTS_USE_SYSTEM_TRACCC | Use a system-provided traccc<br>installation<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF`|
263
263
| ACTS_USE_SYSTEM_NLOHMANN_JSON | Use nlohmann::json provided by the<br>system instead of the bundled version<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF`|
264
264
| ACTS_USE_SYSTEM_PYBIND11 | Use a system installation of pybind11<br> type: `bool`, default: `ACTS_USE_SYSTEM_LIBS -> OFF`|
0 commit comments