Skip to content

Temporary upper bound on FFTW to < v1.6 #192

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

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Mar 6, 2023

FFTW v1.6 changes the type parameters of an r2rFFTWPlan, so this package breaks on that. This PR temporarily limits this package to older versions of FFTW while the issue is resolved.

FFTW v1.6 changes the type parameters of an r2rFFTWPlan, so this package breaks on that. This PR temporarily limits this package to older versions of FFTW while the issue is resolved.
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (45a1f9f) 78.89% compared to head (2b3b3c2) 78.89%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   78.89%   78.89%           
=======================================
  Files          12       12           
  Lines        2165     2165           
=======================================
  Hits         1708     1708           
  Misses        457      457           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub
Copy link
Member Author

jishnub commented Mar 6, 2023

I'm not certain why tests fail on Windows, but it can't be related to this PR, so I'll recommend merging this.

@jishnub
Copy link
Member Author

jishnub commented Mar 6, 2023

See JuliaLang/julia#48907 for a discussion on the Windows failure

@jishnub
Copy link
Member Author

jishnub commented Mar 9, 2023

Gentle bump @dlfivefifty @MikaelSlevinsky

@MikaelSlevinsky
Copy link
Member

I'm not sure how to fix the failing Windows x86 test, but as you say that's not the issue here.

@MikaelSlevinsky MikaelSlevinsky merged commit 0ea4539 into JuliaApproximation:master Mar 9, 2023
@jishnub jishnub deleted the patch-1 branch March 9, 2023 16:40
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 this pull request may close these issues.

2 participants