-
Notifications
You must be signed in to change notification settings - Fork 443
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
Do not install libprinter-tool when testing is enabled #3313
Do not install libprinter-tool when testing is enabled #3313
Conversation
I'd prefer we do both the name change+versioning and the non-install, the
name I gave that was pretty terrible anyway
…On Wed, Aug 26, 2020 at 10:56 AM Daniel Arndt ***@***.***> wrote:
This is an alternative to #3308
<#3308>.
------------------------------
You can view, comment on, or merge this pull request online at:
#3313
Commit Summary
- Don't install printer-tool
File Changes
- *M* core/unit_test/CMakeLists.txt
<https://github.com/kokkos/kokkos/pull/3313/files#diff-dafd774bd4213a58df4e9768b90e719d>
(8)
Patch Links:
- https://github.com/kokkos/kokkos/pull/3313.patch
- https://github.com/kokkos/kokkos/pull/3313.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3313>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGLSNBTW6YGG6WOOECBKDSCU5CFANCNFSM4QMBMVBQ>
.
--
Thanks,
David
|
I'd say why not for the prefix but the versioning is really overkill IMO |
No strong preference there, I don't mind extra safety mechanisms, but
certainly won't insist on them
…On Wed, Aug 26, 2020 at 11:10 AM Damien L-G ***@***.***> wrote:
I'd prefer we do both the name change+versioning and the non-install, the
name I gave that was pretty terrible anyway
… <#m_-7373817109408671065_>
I'd say why not for the prefix but the versioning is really overkill IMO
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3313 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAGLSIQALDEPTKTDIKNZNTSCU6ZHANCNFSM4QMBMVBQ>
.
--
Thanks,
David
|
Retest this please. |
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.
Only concern is that this has to pass HIP testing, and we originally changed this to KOKKOS_ADD_TEST so it would pass HIP tests
This is an alternative to #3308.