Thanks! I installed the following:
sudo apt install ./openfoam2506_2506.0-1_amd64.deb ./openfoam2506-dev_2506.0-1_amd64.deb ./openfoam2506-tools_2506.0-1_amd64.deb ./openfoam2506-common_2506.0-1_all.deb ./openfoam2506-source_2506.0-1_all.deb
Works flawlessly
but don't go out of our way to recompile older OpenFOAM versions for them
I fully understand that porting multiple versions would be a lot of work, however, a single version would be extremely nice to have.
Can I help/contribute towards compiling the latest version for questing?
Frédéric Simonis (9acb7d7d) at 01 Dec 22:16
Next resets words
Frédéric Simonis (54bec6dc) at 01 Dec 22:09
Keep language
Frédéric Simonis (ffe5d658) at 01 Dec 22:07
Dont reset input field on analyze
Frédéric Simonis (4ae231bf) at 01 Dec 21:41
Extend setting
Frédéric Simonis (60068779) at 01 Dec 20:50
Clean upload
none
This fixes a read of uninitialized data m_threshold in SparseQR::factorize().
Currently, this uninitialized data is overwritten in the same function and thus not a bug. Not reading it in the first place is a cleaner approach though.
This issue was reported by Coverity scan.
Frédéric Simonis (2fb2ab27) at 07 Jan 09:02
Fix read of uninitialized threshold