Package Release Info

trilinos-openmpi4-13.2.0-bp155.3.13

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libtrilinos13-openmpi4
trilinos-openmpi4-devel

Change Logs

* Fri Apr 22 2022 Egbert Eich <eich@suse.com>
- Add an 'Obsoletes:/Provides:' for a bogus package name that
  was released to SLE/Leap by accident.
  This may be removed once we move past version 13.2.0.
* Fri Apr 01 2022 Egbert Eich <eich@suse.com>
- Tie %python_flavor to python3 on Leap/SLE 15 < SP3
  (bsc#1197781).
* Mon Feb 07 2022 Egbert Eich <eich@suse.com>
- Make use of the newly introduced %%hpc_pyton_sitelib macro.
* Wed Feb 02 2022 Egbert Eich <eich@suse.com>
- Fix python modules to use the right include and lib dir:
  Make-include-and-library-path-configurable-using-Cmake-variables.patch
  See also: https://github.com/gsjaardema/seacas/pull/279
- Make sure python modules for serial and MPI variants don't
  overlap.
  NOTE: mpi-selector is not setting PYTHONPATH!
- Free package of all python2 traces.
* Sun Jan 30 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Lower disk and memory constraints to match actual requirements,
  dito %limit_build (now 16 GByte disk and 5 GByte memory).
- Add memoryperjob constraint for a worker preselection, so
  limit_build only lowers the number of jobs slightly.
- Fix cmake files for non-HPC MPI build.
- Add openmpi4 non-HPC flavor
* Fri Jan 14 2022 Egbert Eich <eich@suse.com>
- Update to version 13.2.0
  For information on changes consult the release notes of
  its sub-packages.
  * Remove: Make-kokkos-build-reproducible.patch
    Add-missing-ENV-DESTDIR.patch
  * Add: Fix-control-reaches-end-of-non-void-function-error.patch
    Convert-python2-isms-to-python3.patch
  Not-a-shell-script.patch
- Add dependency for library package to devel package.
- Fix cmake include path (boo#1194648):
  cmake/tribits/core/package_arch/TribitsWriteClientExportFiles.cmake
  uses a logic to calculate the relative path elements between
  the cmake directory and the installation directory. This works
  only if Trilinos_INSTALL_LIB_DIR is relative, while other parts
  of the code allow it to be absolute.
  See also: https://github.com/trilinos/Trilinos/issues/10100
- Fix doc building.
* Tue Mar 23 2021 Egbert Eich <eich@suse.com>
- Update to version 13.0.1
  For information on changes consult the release notes of
  its sub-packages.
* Tue Feb 16 2021 Egbert Eich <eich@suse.com>
- Remove /etc/ld.so.conf file that existed for non-HPC, non-MPI.
  It is no longer needed $_lib/trilinos no longer exists.
* Wed Feb 03 2021 Egbert Eich <eich@suse.com>
- Change 'Requires:' to other HPC packages to %requires_eq to depend
  on the exact version. This should take care of HPC packages ignoring
  proper ABI versioning.
* Wed Oct 14 2020 Egbert Eich <eich@suse.com>
- Update to version 13.0.0
  For information on changes consult the release notes of
  its sub-packages.
- Update patches:
  * Replace: reproducible.patch by
    Make-kokkos-build-reproducible.patch
  * Remove: reproducible-docs.patch,
    no longer applicable
  * Remove: Fix-Makefiles-for-gmake-4.3.patch,
    no longer applicable
  * Remove: trilinos-11.14.3-no-return-in-non-void.patch,
    int main() -> void main() conversion makes no sense.
  * Add: Add-missing-ENV-DESTDIR.patch
    DESTDIR isn't taken into account.
* Fri Sep 11 2020 Egbert Eich <eich@suse.com>
- Add build support for gcc10 to HPC build (bsc#1174439).
- Add openmpi4 flavors.
- Revert: Use memoryperjob constraint instead of %limit_build macro.
  This would attempt to find a work whose memory matches the number
  of jobs available * memoryperjob. Such workers may not exist.
- Use 'module load netcdf' - this is now the load command for
  all variants of netcdf.
* Thu Aug 20 2020 Martin Liška <mliska@suse.cz>
- Use memoryperjob constraint instead of %limit_build macro.
* Tue Aug 11 2020 Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible.patch to override build date (boo#1047218)
- Add reproducible-docs.patch to sort the file list (boo#1041090)
* Thu May 07 2020 Egbert Eich <eich@suse.com>
- Again try to fix up dependencies after removing the
  base package.
- Let (non-HPC) trilinos-devel conflict with kokkos-devel
* Tue May 05 2020 Egbert Eich <eich@suse.com>
- Fix dependencies for devel package after eliminating the
  base package:
  * Remove dependency to base package
  * for HPC add dependency to library package
* Thu Apr 30 2020 Egbert Eich <eich@suse.com>
- Don't use ninja as cmake generator for Leap/SLE < 15.2
  as it doesn't support fortran.
* Mon Apr 27 2020 Egbert Eich <eich@suse.com>
- Eliminate trilinos base package, move %doc and %license files
  to the lib-package and remaining binary files to the devel-package.
* Sun Apr 26 2020 Egbert Eich <eich@suse.com>
- Fix build for gmake 4.3 in a backward compatible way (boo#1170523),
  Fix-Makefiles-for-gmake-4.3.patch was added.
* Fri Apr 24 2020 Christoph Junghans <junghans@votca.org>
- nvcc_wrapper is a compiler wrapper and should go in -devel
  package
- fix "extra tokens" RPM build errors
* Fri Apr 10 2020 Oliver Kurz <okurz@suse.com>
- Use ninja as cmake builder for potential speedup