Skip to content
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

Catch2 needs to be updated #94

Closed
Krzmbrzl opened this issue Jun 13, 2023 · 0 comments · Fixed by #95
Closed

Catch2 needs to be updated #94

Krzmbrzl opened this issue Jun 13, 2023 · 0 comments · Fixed by #95

Comments

@Krzmbrzl
Copy link
Collaborator

SeQuant still uses an older version of Catch2 that is no longer compatible with more recent glibc versions, because they have changed MINSIGSTKSZ to no longer be a constant expression in v2.35 (and older Catch2 versions use this variable as a constant expression).

The issue is fixed in Catch v2.13.5

As it stands, this causes sequant/unit/build to fail when running the test cases.

Ref.: catchorg/Catch2#2421

Krzmbrzl added a commit to Krzmbrzl/SeQuant that referenced this issue Jun 13, 2023
This is the latest release of Catch v2. It contains a fix for
MINSIGSTKSZ no longer being a constant expressions.

Fixes ValeevGroup#94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant