- Update to version 1.7.6: Too many changes to list, see included NEWS file or https://github.com/libMesh/libmesh/blob/v1.7.6/NEWS - Fix broken build conditions for openmpi on SLE <= 15.5 - Fix patch macro syntax OBS-URL: https://build.opensuse.org/request/show/1233960 OBS-URL: https://build.opensuse.org/package/show/science/libmesh?expand=0&rev=9
125 lines
5.0 KiB
Plaintext
125 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 30 19:48:14 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Update to version 1.7.6:
|
|
Too many changes to list, see included NEWS file or
|
|
https://github.com/libMesh/libmesh/blob/v1.7.6/NEWS
|
|
- Fix broken build conditions for openmpi on SLE <= 15.5
|
|
- Fix patch macro syntax
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 8 09:08:05 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
|
|
|
|
- Drop support for openmpi[23]
|
|
- Move to openmpi4
|
|
- Prepare support for openmpi5
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 7 22:13:19 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Disable qhull and remove dependency, it is just leftover,
|
|
unused code.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 9 17:56:36 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- 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 8 20:25:11 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add reproducible.patch to drop build host name (boo#1084909)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 20 00:47:04 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- 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 3 14:30:28 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- 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 19:56:56 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Convert to _multibuild, add openmpi1/openmpi2/openmpi3 flavors
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 8 20:23:30 UTC 2017 - stefan.bruens@rwth-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 18:38:14 UTC 2012 - scorot@free.fr
|
|
|
|
- fix netcdf build requirements for 11.4 and 12.1
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 20 17:38:33 UTC 2012 - scorot@free.fr
|
|
|
|
- first spec file
|
|
|