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

Update libfmt to a tagged release with complex support #63

Open
n-west opened this issue Jun 5, 2024 · 1 comment
Open

Update libfmt to a tagged release with complex support #63

n-west opened this issue Jun 5, 2024 · 1 comment

Comments

@n-west
Copy link
Owner

n-west commented Jun 5, 2024

While adding fft operators to bland (to support #54) I need to add at least some comlpex number support. The first thing I added was a repr() operator to just print out values because there's some complication going to numpy...

I had to update libfmt to a recent commit because complex support was added in Mar 13 (fmtlib/fmt#1467, commit: fmtlib/fmt@73f2b34#diff-f82ce183442c6e77ea3fe297e25d5393cc13067caeb951a36923cbdba0c5a36f)

Now we're just pointing to some random commit since then. When they tag a release upgrade the content we fetch to the released version.

@n-west
Copy link
Owner Author

n-west commented Dec 5, 2024

11.0 seems to be tagged with that commit. I tested 11.0.2 and it works with no issues, but produces a lot of compiler warnings about unreachable loops. That's not such a big deal, but going to leave this alone until I can fineness

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

No branches or pull requests

1 participant