Package Release Info

trilinos_12_14_1-hpc-12.14.1-bp152.2.8

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

trilinos-hpc-doc
trilinos_12_14_1-hpc-doc

Change Logs

* 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
* Thu Dec 12 2019 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Replace open coded job limit (<= 4) by macro from memory-constraints
- Remove physicalmemory _constraints
- Reduce _constraints for documentation packages.
- Fix openmpi(1) builds for Leap/SLE <= 15.1
* Tue Dec 03 2019 Egbert Eich <eich@suse.com>
- Add support for gcc8 builds for HPC.
- Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766,
  jsc#SLE-8604).
* Thu Nov 28 2019 Egbert Eich <eich@suse.com>
- Disable openmpi1 builds for SLE/Leap > 15.1.
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
* Thu Oct 03 2019 Michel Normand <normand@linux.vnet.ibm.com>
- update _constraints for ppc64 for 22GB disk
  to avoid out of disk space build error.
* Wed Aug 28 2019 Ana Guerrero Lopez <aguerrero@suse.com>
- Update to version 12.14.1. (jsc#SLE-8513)
  Trilinos is composed of 60 different packages. To see the changes
  you need to check the release notes of every package under packages/
- Remove patches, upstream has fixed this problem in a different way
  * Trilinos-trilinos-aarch64.patch
* Wed Jul 17 2019 Michel Normand <normand@linux.vnet.ibm.com>
- Add BuildRequires libopenblas-gnu-hpc >=  0.3.6 for hpc to  avoid
  to build when openblas library not available (ppc64)
* Sat Jul 06 2019 Jan Engelhardt <jengelh@inai.de>
- Update descriptions.
* Fri Jul 05 2019 Ana Guerrero Lopez <aguerrero@suse.com>
- Disable ePetra package. There is a incompatibility with OMP 4.0 and
  GCC 9 that must be fixed.
  More information at https://github.com/trilinos/Trilinos/issues/5390
* Wed Mar 06 2019 Egbert Eich <eich@suse.com>
- Disable ROL package for SLE builds.
* Wed Mar 06 2019 Ana Guerrero Lopez <aguerrero@suse.com>
- Disable gtest. Gtest is already provided as a separate package
  with the same name and provides a library /usr/lib64/libgtest.so
  that was conflicting with the one generated by trilinos-devel.
- Remove leftover Requires in the non HPC mpi flavours.
* Tue Mar 05 2019 Chris Coutinho <c.coutinho@redstack.nl>
- Fix serial build: devel package was not pulling in libtrilinos12 due
  to misplaced 'Requires: %libname' line
- Enable Trilinos ROL package
* Wed Feb 27 2019 Egbert Eich <eich@suse.com>
- Readd HPC master package for documentation.
- Use %{hpc_init} for building documentation.
- Use bconds to documentation builds to improve readablility.
- Expand use of script sanitization, remove patch.
* Fri Feb 22 2019 Ana Guerrero Lopez <aguerrero@suse.com>
- Build documentation in two separates flavor one for non-HPC
  and another one for HPC. documentation and documentation-hpc
  respectively.
  * Only install the BuildRequires to build the documentation
  * Add separate %prep, %build and %install for building
    the documentation
- Use ExcludeArch to disable build in some architectures.
  Add 390x to the list.
- Add patch fix_shebangs.patch