Files
getfem/getfem.changes
Stefan Brüns 0c9d7ad561 Accepting request 1234036 from home:StefanBruens:branches:science
- Update to version 5.4.3
  * Basic cmake build support
  * Some fixes and improvements in the autoconf build system
  * Support for the reentrant version of the qhull library
    dependency
  * Morley element in 3D added
  * A 3D version of bspline basis functions on uniform
    rectilinear grid
  * Enable accessing parallel MUMPS in the scripting API
    linsolve function
  * Allow integration point variables for GWFL assembly in
    the scripting interface
- Drop upstream patch:
  * 0001-Use-reentrant-qhull-library.patch

OBS-URL: https://build.opensuse.org/request/show/1234036
OBS-URL: https://build.opensuse.org/package/show/science/getfem?expand=0&rev=6
2025-01-02 14:59:33 +00:00

97 lines
3.6 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Mon Dec 30 22:04:12 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 5.4.3
* Basic cmake build support
* Some fixes and improvements in the autoconf build system
* Support for the reentrant version of the qhull library
dependency
* Morley element in 3D added
* A 3D version of bspline basis functions on uniform
rectilinear grid
* Enable accessing parallel MUMPS in the scripting API
linsolve function
* Allow integration point variables for GWFL assembly in
the scripting interface
- Drop upstream patch:
* 0001-Use-reentrant-qhull-library.patch
-------------------------------------------------------------------
Tue Nov 21 13:01:03 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Enable octave bindings:
* Add BuildRequires: octave-devel
* Add getfem-octave-installation-destdir-support.patch to allow
relevant Makefile to install octave bindings to DESTDIR
* Building octave bindings requires the static library to be
built, so drop '--disable-static' from configure and instead
delete static lib from buildroot after %install.
* Split out new package: octave-getfem.
- Add getfem-toolbox-without-matlab.patch to disable installation
of various scripts to matlab toolbox when matlab is disabled;
this allows us to drop the post-install rm to delete the toolbox
dir.
- Run make check as part of %check.
-------------------------------------------------------------------
Thu Sep 1 14:27:46 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 5.4.2
* Improvements in the vtu format exporting
* Bug and memory leak fixes
* New examples under contrib/continuum_mechanics and
interface/tests/python
-------------------------------------------------------------------
Mon Mar 7 17:55:09 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 5.4.1
* Adding a disable-multithread-blas option to the configure to
fix the problem with openblas 0.3.8
* Support for export in VTU format.
- Update to version 5.4
* A fully working Octave interface
* Support for (internal) variables defined at integration points
* Full support for automatic condensation of internal variables
by local equations expressed in the generic weak form language.
Useful for instance in the implementation of plasticity models.
* The use of Python 3 instead of Python 2.7 by default
* Support for Hybrid High-Order methods
* Support for the the assembly of product of terms defined on two
different domains (integration on the product of two domains
with a kernel, for instance).
* Support for Lumped Mass Matrix
* Support for Houbolt method
- Add 0001-Use-reentrant-qhull-library.patch
- Fix python3-getfem dependencies
-------------------------------------------------------------------
Sun Oct 7 08:36:38 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 5.3
- Switched to python3
- Spec cleanup
-------------------------------------------------------------------
Tue Aug 21 20:34:53 UTC 2012 - scorot@free.fr
- fix build on recent product with -fpermissive
-------------------------------------------------------------------
Tue Aug 21 19:18:43 UTC 2012 - scorot@free.fr
- enable mumps support
- fix Summary
-------------------------------------------------------------------
Mon Aug 20 20:32:34 UTC 2012 - scorot@free.fr
- fix build on x86_64
- minor spec file cleanup
-------------------------------------------------------------------
Sun Aug 19 21:31:50 UTC 2012 - scorot@free.fr
- first package