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 SUNDIALS 5.4 or later. #13793

Merged
merged 2 commits into from Jun 1, 2022
Merged

Conversation

drwells
Copy link
Member

@drwells drwells commented May 23, 2022

We cannot presently compile master with SUNDIALS 4.0 or 4.1 and backporting our new features to support this older release is going to be a major difficulty as 4.0, 4.1, 5.0-5.4 all add significant features that we might want to use (nevermind supporting version 3).

Hence - lets require 5.4 or newer (the changes on the 5.x branch after that point are minor). With this change I can cleanly compile the library with both 5.4 and 6.2. The new (22.04) Ubuntu LTS ships 5.8 so we cover that (but 20.04 ships 3.1)

@drwells
Copy link
Member Author

drwells commented May 23, 2022

The CI Tester is set up with 3.1: we will either need to update it in time for the release or partially roll this back.

Copy link
Member

@marcfehling marcfehling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sundials 5.4 was released 2020-09-23.

Mmh, I don't want to object to this patch. It discards subdials versions that are older than one and a half years, but I don't see sundials as critical to deal.II as for example p4est, petsc and trilinos.

So I'm in favor of this change. What do the others think?

@marcfehling
Copy link
Member

After merging #13786, you need to rebase. Sorry about that.

@drwells
Copy link
Member Author

drwells commented May 24, 2022

We should definitely talk about this at the developer meeting tomorrow - I'll rebase once we reach a consensus.

@drwells
Copy link
Member Author

drwells commented May 27, 2022

No one explicitly disagreed with removing support for these older versions. We still need to update the documentation and fix tests, so I'd appreciate if we could get this in quickly.

@drwells
Copy link
Member Author

drwells commented May 27, 2022

If you think this is a bad idea let me know :)

@kronbichler
Copy link
Member

@tamiko do you want to have the last call on this one?

@bangerth
Copy link
Member

My preference would have been to preserve backward compatibility, but I recognize that that is something that requires time and effort none of us have. So this is ok with me. I'll let @tamiko make the last call.

@bangerth bangerth added this to the Release 9.4 milestone Jun 1, 2022
@bangerth bangerth merged commit f340dcc into dealii:master Jun 1, 2022
@bangerth
Copy link
Member

bangerth commented Jun 1, 2022

We agreed to merge this on the call just now.

mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants