Skip to content

Commit d64874f

Browse files
covfie update
1 parent 9195ccb commit d64874f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

extern/covfie/CMakeLists.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
2020
set(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")
4040
set(COVFIE_BUILD_BENCHMARKS OFF CACHE BOOL "Build covfie benchmarks")
4141

4242
set(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+
)
4349
set(COVFIE_PLATFORM_CUDA
4450
${DETRAY_BUILD_CUDA}
4551
CACHE BOOL
4652
"Enable covfie CUDA platform"
4753
)
4854

55+
56+
4957
set(COVFIE_REQUIRE_CXX20 OFF CACHE BOOL "Enable covfie C++20 requirement")
5058
set(COVFIE_QUIET ON CACHE BOOL "Quiet covfie feature warnings")
5159

0 commit comments

Comments
 (0)