Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libdeal_II9_6_0-openmpi4 | Distribution: openSUSE Tumbleweed |
Version: 9.6.0 | Vendor: openSUSE |
Release: 1.2 | Build date: Wed Nov 13 21:15:55 2024 |
Group: Unspecified | Build host: reproducible |
Size: 98208400 | Source RPM: dealii-openmpi4-9.6.0-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.dealii.org/ | |
Summary: A generic C++ finite element library |
deal.II is a C++ program library targeted at the computational solution of partial differential equations using adaptive finite elements. This package provides the shared library for deal.II.
LGPL-2.1-or-later
* Wed Nov 13 2024 Atri Bhattacharya <badshah400@gmail.com> - Update to version 9.6.0: * Numerous changes, see <https://www.dealii.org/developer/doxygen/deal.II/changes_between_9_5_2_and_9_6_0.html> - Use BuildRequires: muparser-devel instead of pkgconfig(muparser) to break degeneracy caused by the fake pkgconfig provides of muparser-32bit-devel (see gh#openSUSE/obs-build#1002). - Require GCC-9 for Leap 15.6 or lower as enforced by upstream. * Fri Feb 02 2024 Atri Bhattacharya <badshah400@gmail.com> - Update to version 9.5.2: * Allow compilation with PETSc but without MPI (gh#dealii/dealii#15788). * Fix compiling with PETSc with complex scalar type (gh#dealii/dealii#15856). * base/mpi.h: also instantiate for signed long long int (gh#dealii/dealii#16540). * CMake: fix compilation with bundled boost and modern clang (gh#dealii/dealii#16541). * DofTools: add missing codimension-one instantiation (gh#dealii/dealii#16539). - Enable openmpi5 flavours. * Tue Oct 24 2023 Nicolas Morey <nicolas.morey@suse.com> - Drop support for obsolete openmpi[23] - Prepare support for openmpi5 * Sat Jul 22 2023 Atri Bhattacharya <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <guillaume.gardet@opensuse.org> - Add disk constraints * Sat Mar 27 2021 Atri Bhattacharya <badshah400@gmail.com> - _constraints: Increase physical memory to 8 GB to fix slow builds causing workers to time out.
/usr/lib64/mpi/gcc/openmpi4/lib64/libdeal_II.so.9.6.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 19 01:14:14 2024