-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: update detray to v0.88.0 #841
base: main
Are you sure you want to change the base?
Conversation
6ae68e4
to
077cc64
Compare
extern/detray/CMakeLists.txt
Outdated
@@ -13,13 +13,13 @@ message( STATUS "Building Detray as part of the TRACCC project" ) | |||
|
|||
# Declare where to get Detray from. | |||
set( TRACCC_DETRAY_SOURCE | |||
"URL;https://github.com/acts-project/detray/archive/refs/tags/v0.87.0.tar.gz;URL_MD5;0e30107edebfd41fbb3fc1974f665ea9" | |||
"GIT_REPOSITORY;https://github.com/niermann999/detray;GIT_TAG;ref-algebra-detail" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really. I would like to include that branch in the new detray version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it's a draft PR, right...? Because of course we won't merge in this exact code. 🤔 Even a specific hash of your fork would be very iffy. But a branch name is of course absolutely a no-go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I unmarked the draft, because it would otherwise not trigger the CUDA CI, which is what I am trying to fix on this detray branch
715efb8
to
e680a64
Compare
04d128e
to
a492f7d
Compare
a492f7d
to
ef634a9
Compare
ef634a9
to
02b3b41
Compare
|
Update to the new detray version. I also made sure that the traccc custom scalar type is handed through to detray, so that it will be built in double precision when required.