-
Notifications
You must be signed in to change notification settings - Fork 21
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
Release/1.3.1 #200
base: release/1.3
Are you sure you want to change the base?
Release/1.3.1 #200
Conversation
Thanks for this PR! I cherry-picked #196 into it so it ends up in the release. I ended up having to deactivate the infamous |
@robertodr, thanks! Let me test this release before its official release. I got some configuration errors with the Intel compiler's specific builds. |
I haven't had access/used Intel compilers in a while, so I'd appreciate if you could double-check. I think the oneAPI series of compilers will work without problems though. |
Please include #203 infrastucture changes in v1.3.1 . If you want to test Intel compilers in CI, can get the |
@robertodr, there is some issues with novel, LLVM-based Intel compiler. Fortunately, they did not come from this PR. |
@robertodr, is this library alive? |
Hi @foxtran, I've talked with Roberto recently, and my impression is that the library is not dead, but he's unlikely to have much time for maintenance. See also #206 (comment) . If it's any help, here are some patches that get the 1.2 series working on windows, recent compilers, etc. I haven't tried the Intel LLVM, though. |
Description
This PR updates release/1.3 branch for passing compilation with novel glibc. I have updated old Catch v1.11.0 to v2.13.10, then fixed the compilation of one of the tests.
Motivation and Context
Fixes #197
How Has This Been Tested?
with
gcc version 11.3.1 20220421 (Red Hat 11.3.1-2) (GCC)
onFedora Linux 35
.Unfortunately, I got the error described in #159.
Types of changes
Status