Changelog for
libdeal_II9_5_1-openmpi4-9.5.1-36.151.x86_64.rpm :
* Tue Oct 24 2023 Nicolas Morey
- Drop support for obsolete openmpi[23]- Prepare support for openmpi5
* Sat Jul 22 2023 Atri Bhattacharya - Update to version 9.5.1: - Guard NOX support in include/deal.II/numerics/nonlinear.h (gh#dealii/dealii#15708). - bundled/tbb: fix compilation with gcc-13 (gh#dealii/dealii#15726).- Changes from version 9.5.0: - Substantial updates and extensions to deal.II\'s interfaces to other libraries. This includes, in particular, the integration of Kokkos additions and updates to the PETSc and Trilinos interfaces. - Uniform handling of nonlinear solver packages and a uniform way of defining callbacks used by external libraries. - Advances in matrix-free infrastructure. - Advances in non-matching support. - New features related to linear algebra. - C++ language modernization. - Build-system modernization.- New BuildRequires: kokkos-devel >= 4.- Drop dealii-rpmlintrc: Filters for openmpi
* pkgs longer needed.
* Tue Feb 14 2023 Atri Bhattacharya - Update to version 9.4.2:
* A compilation issue with step-70 has been resolved.
* CMake: prefer -pthread for posix thread support.
* A type mismatch for suitesparse has been fixed that lead to compilation failures on certain platforms.
* Sun Dec 04 2022 Atri Bhattacharya - Update to version 9.4.1:
* cmake: always export compile_commands.json in deal.II and user projects
* doxygen: fix various errors in formulas
* doxygen: fix SymmetricTensor friends
* cmake: fix PETSc version detection
* base: fix some VectorizedArrayTypes for non-default vectorization
* gitignore: ignore clangd files and directories
* change ConsensusAlgorithm deprecations to early deprecated
* step-81: Mention example step in the tutorial lists
* bugfix: use correct tolerance in MappingCartesian check
* Sun Jul 10 2022 Atri Bhattacharya - Use dealii-rpmlintrc file to suppress rpmlint false positives about incorrect shlib naming for openmpi
* flavours, where the shlib guideline is not applicable.
* Mon Jul 04 2022 Atri Bhattacharya - Update to version 9.4.0:
* Numerous changes; see here: https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_3_3_and_9_4_0.html
* Sat Feb 05 2022 Atri Bhattacharya - Update to version 9.3.3:
* Fixes an update flag issue in VectorTools::point_values().
* Uses portable \"cmake -E remove\" in quick_tests.
* Fixes compatibility issues with Boost 1.78.
* Adds support for the new OneAPI api interface for the Intel Threading Building Blocks Library (libtbb).
* Fixes a compilation issue with sundials.- Drop dealii-boost-1_78_compat.patch: incorporated upstream.- Update memory requirement in _constraints to 10 GB and per thread memory in %limit_memory to 2500 MB to avoid OOM errors.
* Wed Jan 05 2022 Atri Bhattacharya - Add dealii-boost-1_78_compat.patch -- Fix includes to avoid build failures against boost 1.77+ (gh#dealii/dealii#13037).
* Wed Nov 10 2021 Atri Bhattacharya - Update to version 9.3.2:
* Fix a Sundials/Kinsol issue.
* Fix a bug for plain_copy in MGTransferMatrixFree.
* Fix a bug for Checkpointing/Restore of large triangulations greater than 4GB.
* Fix compatibility issues with Intel 18/19 compiler.
* Fix a compilation issue with step-79 and Intel 18 compiler.
* Fri Jul 02 2021 Atri Bhattacharya - Update to version 9.3.1:
* Configuration and compilation fixes for Intel C++ compilers versions 18.x and 19.x.
* Various missing explicit instantitions leading to linker errors on Mac OSX platforms.
* MPI configuration fixes.
* Fix for a segmentation fault in MappingQGeneric and MappingFE at high optimization levels.
* Tue Jun 08 2021 Atri Bhattacharya - Update to version 9.3.0:
* Eleven new tutorial programs: Steps 19, 66, 68, 71, 72, 74, 75, 76, 77, 78, 79 demonstrating solving a variety of equations and illustrating functionality in deal.II.
* Experimental support for simplex and mixed meshes.
* Improved flexibility of the particle infrastructure.
* Support for global-coarsening multigrid algorithms.
* Advances in the matrix-free infrastructure.
* For full list of changes, see: https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_2_0_and_9_3_0.html- Drop upstreamed patches:
* dealii-boost-1_75.patch
* dealii-build-with-muparser-2.3.2.patch.- Adjust _constraints for slightly increased disk space and memory.- Add openmpi4 as multibuild flavour.
* Fri Apr 09 2021 Guillaume GARDET - Add disk constraints
* Sat Mar 27 2021 Atri Bhattacharya - _constraints: Increase physical memory to 8 GB to fix slow builds causing workers to time out.