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

Bump to CUTEst 2.0.60 #73

Closed
jfowkes opened this issue Jun 13, 2024 · 2 comments
Closed

Bump to CUTEst 2.0.60 #73

jfowkes opened this issue Jun 13, 2024 · 2 comments

Comments

@jfowkes
Copy link

jfowkes commented Jun 13, 2024

@dpo CUTEst 2.0.57 is failing for me due an unguarded float128 typedef in cutest.h

/opt/homebrew/opt/cutest/libexec/include/cutest.h:60:9: error: __float128 is not supported on this target
typedef __float128   quadreal;
        ^
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1

This has been fixed in CUTEst 2.0.60 via an include guard in the cutest.h header by @amontoison

@dpo
Copy link
Member

dpo commented Jun 14, 2024

Yes. I reported that problem ralna/CUTEst#48. For some reason, it wasn't an issue on the GitHub VM. I'll update the formula, but doesn't Homebrew pour the bottle on your machine? Why are you compiling from source?

dpo added a commit that referenced this issue Jun 14, 2024
@jfowkes
Copy link
Author

jfowkes commented Jun 14, 2024

Ah sorry didn't see your bug report. Yes homebrew does pour the precompiled bottle, this happens when I try to use the faulty header to compile a CUTEst interface using PyCUTEst.

dpo added a commit that referenced this issue Jun 14, 2024
dpo added a commit that referenced this issue Jun 14, 2024
@dpo dpo mentioned this issue Jun 14, 2024
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.

2 participants