Conversation
support for cmake version 4.0
Changed license to MIT to mirror changes inside of ALPS
Add missing cassert header
Support for Eigen3 5.0.0
Revert 652 maintenance
Revert "Revert 652 maintenance"
Needed when building with GCC 12 and Eigen 5.0.0
Add missing cassert header. THANKS!
If we return `tensor<...>` instead of `tensor_view<...>`, we trigger simple move assignment operator, which is already covered in `TestMoveAssignments` test. Here we explicitly want to see if we call assignment operator on r-value with a different storage type.
…view Fix dangling tensor_view in tensor_test helper
Agent-Logs-Url: https://github.com/ALPSCore/ALPSCore/sessions/a67df9ff-a3d5-4c2c-b940-b5a0b33b2468 Co-authored-by: egull <7191877+egull@users.noreply.github.com>
…covery Agent-Logs-Url: https://github.com/ALPSCore/ALPSCore/sessions/724fba45-f3b3-40b3-bff6-aa31963cf097 Co-authored-by: egull <7191877+egull@users.noreply.github.com>
…eduction tests Agent-Logs-Url: https://github.com/ALPSCore/ALPSCore/sessions/f5fe249b-dc4f-49b3-a233-00ba8acad1db Co-authored-by: egull <7191877+egull@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ALPSCore/ALPSCore/sessions/f9fd5033-6241-422b-9faa-e1635af3784c Co-authored-by: egull <7191877+egull@users.noreply.github.com>
Fix Eigen3 version detection on macOS and Linux CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.