File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Detray library, part of the ACTS project (R&D line)
22#
3- # (c) 2022-2023 CERN for the benefit of the ACTS project
3+ # (c) 2022-2025 CERN for the benefit of the ACTS project
44#
55# Mozilla Public License Version 2.0
66
@@ -18,7 +18,7 @@ message(STATUS "Fetching covfie as part of the Detray project")
1818
1919# Declare where to get covfie from.
2020set (DETRAY_COVFIE_SOURCE
21- "URL;https://github.com/acts-project/covfie/archive/refs/tags/v0.9.0 .tar.gz;URL_MD5;b310712c6dd1acc8104c734086f40fc0 "
21+ "URL;https://github.com/acts-project/covfie/archive/refs/tags/v0.15.2 .tar.gz;URL_MD5;f17d9365abed550845e8b6b3708d39fb "
2222 CACHE STRING
2323 "Source for covfie, when built as part of this project"
2424)
@@ -40,12 +40,20 @@ set(COVFIE_BUILD_TESTS OFF CACHE BOOL "Build covfie tests")
4040set (COVFIE_BUILD_BENCHMARKS OFF CACHE BOOL "Build covfie benchmarks" )
4141
4242set (COVFIE_PLATFORM_CPU ON CACHE BOOL "Enable covfie CPU platform" )
43+
44+ set (COVFIE_PLATFORM_HIP
45+ ${DETRAY_BUILD_HIP}
46+ CACHE BOOL
47+ "Enable covfie HIP platform"
48+ )
4349set (COVFIE_PLATFORM_CUDA
4450 ${DETRAY_BUILD_CUDA}
4551 CACHE BOOL
4652 "Enable covfie CUDA platform"
4753)
4854
55+
56+
4957set (COVFIE_REQUIRE_CXX20 OFF CACHE BOOL "Enable covfie C++20 requirement" )
5058set (COVFIE_QUIET ON CACHE BOOL "Quiet covfie feature warnings" )
5159
You can’t perform that action at this time.
0 commit comments