Changelog for
libtimpi_opt2-1.2.1-6.33.x86_64.rpm :
* Wed Nov 08 2023 Nicolas Morey
- Drop support for openmpi[23]- Move to openmpi4- Prepare support for openmpi5
* Mon Mar 07 2022 Stefan Brüns - Disable qhull and remove dependency, it is just leftover, unused code.
* Wed Feb 09 2022 Stefan Brüns - Update to version 1.6.2
* Mimic stl and boost constructors in our allocators
* Weaken partitioner_test for SFC on 8+ processors
* Fix for deprecated warning in SLEPc not-quite-3.15
* fix typo in type_to_n_nodes_map
* amended solver_types
* set constant 0 to float
* Fix example doc and combine if-statements
* Fix docs that referred to old example
* Update docs for named boundary (side, edge, node) sets.
* Make RadialBasisInterpolation quiet
* misc_ex13: fix doc string
* Prerequest nothing on side FE in RB ex2
* libmesh_cast_ptr -> cast_ptr in example
* Fix deprecated warnings in SLEPc 3.15
* Add missing PYRAMID14 master point
* Don\'t try to autodetect headers for tecio in system
* Wrap Petsc include for dmimpl.h in ignore and restore warnings.
* undef MAJOR_VERSION and MINOR_VERSION before including petsc.h in config tests
* Fix for --enable-petsc-required
* Fix nodes_on_edge for 2nd order InfCell cases
* Fix Elem::is_child_on_edge
* Fix asserts in PetscMatrix::add_sparse_matrix()
* Fix residual history vector pointer constness in newer PETSc versions- Update to version 1.6.1
* Do
*not
* sync done_saving_ids across processors
* Fix compilation with both CAPNP and GLPK enabled
* Re-reserve non-zero pattern after Eigen::setZero
* Generalize default constructors for TypeTensor and TypeVector
* Make ReferenceCounter::increment_{de,con}structor_count() noexcept
* Work around warnings in system xdr/rpc headers
* Don\'t try to cast ostream to bool
* Remove potential deadlock with Singletons and RemoteElem
* Fix NemesisIO Hex27 output issue
* Fix SFC Partitioner on distributed meshes
* Don\'t apply a regex to the string \"All Tests\"
* Remove non-unique DOF ids in Build::sorted_connected_dofs()
* Initialize next_unpartitioned_unique_id
* Eliminate leak in merge_ghost_functor_outputs
* The SHAPE and SKEW metrics for Quad elements should have similar bounds.
* Turn off gdb backtraces by default- Remove openmpi1 flavor- Drop reproducible.patch, use sed script to also cover BUILD_DATE, and also all nested configure scripts in contrib.
* Sat Aug 08 2020 Bernhard Wiedemann - Add reproducible.patch to drop build host name (boo#1084909)
* Mon Jan 20 2020 Stefan Brüns - Remove bogus undefines of suffix and mpi_flavor. suffix is the name of an RPM built-in (like expand or echo), and since RPM 4.15 trying to alter a built-in is an error. Fixes built of serial flavor on Tumbleweed. See https://rpm.org/user_doc/macros.html
* Fri Jan 03 2020 Stefan Brüns - Update to version 1.5.1 Too many changes to list here, see included NEWS file.- Rebase use_system_netcdf.patch- Cleanup spec file
* Sat Nov 30 2019 Stefan Brüns - Convert to _multibuild, add openmpi1/openmpi2/openmpi3 flavors
* Sun Oct 08 2017 stefan.bruensAATTrwth-aachen.de- Update to version 1.2.1- Disable components which would disallow distribution under LGPL-2.1
* disable tetgen (AGPL-3.0) and triangle (custom license), these are incompatible with libmesh (LGPL-2.1, not newer)
* disable metis (Apache 2.0), can be combined with LGPL-2.1 components, but not used from within
* disable parmetis (requires separate license for non-commercial use)- change URL: to current project homepage- point Source: to github release location- make libmesh-devel installable (bad Requires:)
* Sat Oct 20 2012 scorotAATTfree.fr- fix netcdf build requirements for 11.4 and 12.1
* Sat Oct 20 2012 scorotAATTfree.fr- first spec file