File pastix.changes of Package pastix
-------------------------------------------------------------------
Wed Nov 8 09:09:10 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
- Drop support for obsolete openmpi[123]
- Prepare support for openmpi5
-------------------------------------------------------------------
Tue Feb 7 18:59:26 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to version 6.2.2
For details, see
https://gitlab.inria.fr/solverstack/pastix/-/releases
- Drop obsolete/upstream patches:
* pastix-5.2.2-build-and-soname.patch
* compilation-fixes.patch
* create_lvalue_from_constant_for_dereferencing.patch
* fix_bad_MPI_Datatype_deduction.patch
* fix_warnings.patch
-------------------------------------------------------------------
Sat Nov 30 20:28:26 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Convert to _multibuild, add openmpi2 and openmpi3 versions
- Fix passing MPI_IN_PLACE constant, do not use its value instead
of its memory address:
* Add create_lvalue_from_constant_for_dereferencing.patch
- Fix a possible MPI_Datatype mismatch:
* Add fix_bad_MPI_Datatype_deduction.patch
- Fix some out-of-bounds warnings:
* Add fix_warnings.patch
- Fix pastix-5.2.2-build-and-soname.patch to not rebuild the libraries
during %install.
-------------------------------------------------------------------
Fri Sep 8 16:09:24 UTC 2017 - kkhere.geo@gmail.com
- fix a typo in compilation-fixes.patch that lead to missing library
-------------------------------------------------------------------
Thu Mar 6 16:49:05 UTC 2017 - kkhere.geo@gmail.com
- update to version 5.2.3
* support SPACK package manager ; see http://morse.gforge.inria.fr/spack/spack.html
* support CMAKE to replace old Makefile (config.in)
* support recent versions of STARPU ; add -DSTARPU_1_2 for compatibility
* support IBM Power8 architecture ; add the ability to use BLAS/LAPACK/FFTW from IBM ESSL
* update refcard (from api.h)
* update pastix_fortran.h and pastix_fortran.inc (from api.h)
* update algotech driver
* handle rpath
* add option PASTIX_FM_NOCHANGE to control fortran mangling in config/LINUX-GNU.in
* add API_SOLVE_LTRMV (resp. UTRMV) to perform matrix-vector product on lower (resp. upper) triangular part.
* add -undefined dynamic_lookup linker flag for MACOS
* add hwloc and blas in pastix.pc
* bugfix for FORCE_NOMPI
* bugfix isnan and isfinite for glibc 2.23
- Serial build is broken due to 64bit-portability issues and buffer overflows
- Fixed installation in %{buildroot}
- Refresh patch
* pastix-5.2.2-build-and-soname.patch
- Added patch
* compilation-fixes.patch
- mpi.h must be included before including common_pastix.h
- additional include of tools.h required
-------------------------------------------------------------------
Thu Jan 23 13:57:01 UTC 2014 - kkhere.geo@gmail.com
- update to version 5.2.2
* Improved C++ interface with some examples.
* THREAD_MULTIPLE/THREAD_COMM now available via a parameter.
* Solves the transposed problem.
* Compatibility with incoming (PT-)Scotch 6.0.
* StarPU support for the solve step (CPU only, beta feature).
* MURGE: Possibility to set sequences of entries.
* BUG FIXED : - Hermitian solve with MPI.
* Memory leak with PASTIX_DYNSCHED
* Conjugate Gradient now working with Hermitian matrix.
* Fortran interface compatible with INTEGER KIND.
* Distributed Multiple RHS.
* IPARM_CSCD_CORRECT behaviour.
* Shared library build on MacOS.
* tarball for Homebrew.
* Fixes on makefiles an murge.
* Missing murge directory added.
* MPI_UINT64_T does not exists on all MPI distributions.
- refreshed patches:
* pastix-5.2.2-build-and-soname.patch
-------------------------------------------------------------------
Thu Sep 20 20:32:52 UTC 2012 - scorot@free.fr
- first package