Changelog for
libdunecommon-openmpi-2.9.1-bp156.6.1.x86_64.rpm :
* Fri May 17 2024 Christoph G
- Add upstream patch fix-install-lib64.patch to fix installation for lib64 with non-standard variable
* Tue Dec 19 2023 Christoph G - update to version 2.9.1
* Fixes for recent compilers- Use OpenMPI 4 instead of 2.
* Sun Nov 20 2022 Christoph G - Update to version 2.9.0
* Multiplication of two matrices using a
*b is now also implemented if a or b is a FieldMatrix or if both are DiagonalMatrices.
* The utility function transpose(m) will now return m.transposed() if available. Otherwise it returns a wrapper storing a copy (this was a reference before) of m. References to matrices can still be captured using transpose(std::ref(m)) or transposedView(m).
* The transposed of a FieldMatrix, DiagonalMatrix, and DynamicMatrix is now available using the transposed() member function.
* Add pragma omp simd annotations in the LoopSIMD class to improve compiler optimizations
* Add python -m dune [info|configure|list|remove|dunetype| fix-dunepy] command to manage just-in-time generated python modules in dune-py- Dropped fix_script_install_permissions.patch as it is part of updstream
* Wed Dec 30 2020 Christoph G - Cleaned spec with spec-cleaner
* Fri Nov 27 2020 Christoph G - Update to version 2.7.1- Use OpenMPI2 instead of OpenMPI- Dropped fix_name_git_hook.patch which is part of upstream- Updated fix_script_shebangs.patch
* Tue Nov 19 2019 Christoph G - Add patch fix_name_git_hook.patch to make whitespace hook less likley to clash with files from other packages, the patch is taken from upstream
* Wed Jul 31 2019 Daniel Weatherill - Update to version 2.6.0- Added dependencies on Vc, tbb, python3-devel, which enables more optional features of dune-common- Remove patch do-not-create-doxygen-target-if-doxygen-not-found.patch which has been integrated upstream- Add patches fix_script_install_permissions.patch and fix_script_shebangs.patch which quieten some RPM build warnings
* Tue Sep 27 2016 fossAATTgrueninger.de- Add directory bash-completion to fix build failure for Leap 42.2
* Sat May 28 2016 fossAATTgrueninger.de- Switch from deprecated Autotools to CMake as build-system- Add patch do-not-create-doxygen-target-if-doxygen-not-found.patch which is included upstream in the releases/2.4 branch
* Mon Feb 29 2016 fossAATTgrueninger.de- update to version 2.4.1 For release notes see http://www.dune-project.org/releasenotes/releasenotes-2.4.html
* Sat Oct 03 2015 fossAATTgrueninger.de- update to version 2.4.0 For release notes see http://www.dune-project.org/releasenotes/releasenotes-2.4.html