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

require new version of FFTW #316

Merged
merged 1 commit into from
Jan 22, 2025
Merged

require new version of FFTW #316

merged 1 commit into from
Jan 22, 2025

Conversation

ranocha
Copy link
Owner

@ranocha ranocha commented Jan 22, 2025

Some Trixi.jl tests fail since an old version of FFTW.jl is used, e.g., version 1.1.1 (from 2019?) instead of a recent version like 1.8, see

https://github.com/trixi-framework/Trixi.jl/actions/runs/12877053965/job/35900961134?pr=2243#step:7:151

and

trixi-framework/Trixi.jl#2243

This old version of FFTW.jl uses BinaryProvider.jl which is archived and not maintained anymore. Thus, I will update SUmmationByPartsOperators.jl to require newer versions of FFTW.jl that do not use BinaryProvider.jl anymore.

Some Trixi.jl tests fail since an old version of FFTW.jl is used, e.g., version 1.1.1 (from 2019?) instead of a recent version like 1.8, see

https://github.com/trixi-framework/Trixi.jl/actions/runs/12877053965/job/35900961134?pr=2243#step:7:151

and 

trixi-framework/Trixi.jl#2243

This old version of FFTW.jl uses BinaryProvider.jl which is archived and not maintained anymore. Thus, I will update SUmmationByPartsOperators.jl to require newer versions of FFTW.jl that do not use BinaryProvider.jl anymore.
@ranocha ranocha enabled auto-merge (squash) January 22, 2025 07:51
Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.85%. Comparing base (538ba9b) to head (e722901).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #316   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files          35       35           
  Lines        5587     5587           
=======================================
  Hits         5132     5132           
  Misses        455      455           
Flag Coverage Δ
unittests 91.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

Coverage Status

coverage: 92.58%. remained the same
when pulling e722901 on ranocha-patch-2
into 538ba9b on main.

@ranocha ranocha merged commit 9463966 into main Jan 22, 2025
22 checks passed
@ranocha ranocha deleted the ranocha-patch-2 branch January 22, 2025 08:25
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