Overview
Request 1221875 accepted
- update to version 2.10.0
* There is a new base class IteratorFacade that unifies several
IteratorFacades by making the iterator category a template.
* Add utilities Std::span, Std::mdspan, Std::mdarray and all
its related classes into the Dune::Std namespace for working
with multidimensional arrays.
* Add concepts directory dune/common/concepts/ and some
fundamental concept definitions using c++20-concepts.
* Add dedicated includes dune/common/metis.hh for METIS and
dune/common/parallel/parmetis.hh for ParMETIS to be used
instead of the direct includes metis.h and parmetis.h.
* Move special MPI-related compile flags, like MPI_NO_CPPBIND,
from config.h into the cmake utiltiy add_dune_mpi_flags and
the related global package registration.
- Remove fix-install-lib64.patch as it is part of upstream
- Update fix_script_shebangs.patch
- Created by mathletic
- In state accepted
- Package maintainers: mathletic and polyconvex
Request History
mathletic created request
- update to version 2.10.0
* There is a new base class IteratorFacade that unifies several
IteratorFacades by making the iterator category a template.
* Add utilities Std::span, Std::mdspan, Std::mdarray and all
its related classes into the Dune::Std namespace for working
with multidimensional arrays.
* Add concepts directory dune/common/concepts/ and some
fundamental concept definitions using c++20-concepts.
* Add dedicated includes dune/common/metis.hh for METIS and
dune/common/parallel/parmetis.hh for ParMETIS to be used
instead of the direct includes metis.h and parmetis.h.
* Move special MPI-related compile flags, like MPI_NO_CPPBIND,
from config.h into the cmake utiltiy add_dune_mpi_flags and
the related global package registration.
- Remove fix-install-lib64.patch as it is part of upstream
- Update fix_script_shebangs.patch
Dmitry_R accepted request