Skip to content

Commit

Permalink
chore: update to detray version v0.75.3 (#3646)
Browse files Browse the repository at this point in the history
This PR updates to the detray version v0.75.3 which should have another
attempt to fix the CI failure for the surface grid conversion PR.
  • Loading branch information
asalzburger authored Sep 25, 2024
1 parent 6f79652 commit 9c7cdfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ set(_acts_root_version 6.20)
set(_acts_tbb_version 2020.1)
set(_acts_pythia8_version 8.309)
set(_acts_pybind11_version 2.13.1)
set(_acts_detray_version 0.75.2)
set(_acts_detray_version 0.75.3)
set(_acts_traccc_version 0.16.0)
set(_acts_covfie_version 0.10.0)
set(_acts_vecmem_version 1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion cmake/ActsExternSources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(ACTS_COVFIE_SOURCE
mark_as_advanced(ACTS_COVFIE_SOURCE)

set(ACTS_DETRAY_SOURCE
"URL;https://github.com/acts-project/detray/archive/refs/tags/v${_acts_detray_version}.tar.gz;URL_HASH;SHA256=249066c138eac4114032e8d558f3a05885140a809332a347c7667978dbff54ee"
"URL;https://github.com/acts-project/detray/archive/refs/tags/v${_acts_detray_version}.tar.gz;URL_HASH;SHA256=1249d7398d1e534bd36b6f5a7d06a5e67adf6adeb8bca188d7e35490a675de7a"
CACHE STRING
"Source to take DETRAY from"
)
Expand Down
1 change: 1 addition & 0 deletions thirdparty/detray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ set(DETRAY_BUILD_TEST_UTILS
CACHE BOOL
"Turn on the build of the Detray test utilities"
)

set(DETRAY_BUILD_UNITTESTS
OFF
CACHE BOOL
Expand Down

0 comments on commit 9c7cdfa

Please sign in to comment.