Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libdeal_II9_6_1-openmpi5-9.6.1-3.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libdeal_II9_6_1-openmpi5 Distribution: openSUSE:Factory:zSystems
Version: 9.6.1 Vendor: openSUSE
Release: 3.2 Build date: Sun Jan 5 06:14:43 2025
Group: Unspecified Build host: reproducible
Size: 120695392 Source RPM: dealii-openmpi5-9.6.1-3.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.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sun Jan 05 2025 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
  - Remove obsolete netcdf build dependency, netcdf bindings were
    removed with version 9.3.3.
  - Minor spec file cleanups.
* Fri Dec 27 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Add dealii-disable-parallel-doc-build.patch: Disable parallel
    doc build for reproducibility; upstream doxygen issue
    (gh#doxygen/doxygen#11138).
* Sat Dec 21 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 9.6.1:
    * Tpetra: Fix is_vector_space_vector check with complex values
      (gh#dealii/dealii#17558).
    * Create new string when demangling stacktraces
      (gh#dealii/dealii#17575).
    * Cherry-pick bug fixes (gh#dealii/dealii#17874).
    * MatrixFree/TensorProductPointKernels: fix compilation with
      Number = float (gh#dealii/dealii#17924).
* 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).

Files

/usr/lib64/mpi/gcc/openmpi5/lib64/libdeal_II.so.9.6.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jan 14 23:53:21 2025