Changelog for
trilinos_12_14_1-gnu-mpich-hpc-devel-12.14.1-6.19.x86_64.rpm :
* Thu May 07 2020 eichAATTsuse.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 eichAATTsuse.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 eichAATTsuse.com- Don\'t use ninja as cmake generator for Leap/SLE < 15.2 as it doesn\'t support fortran.
* Mon Apr 27 2020 eichAATTsuse.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 eichAATTsuse.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 junghansAATTvotca.org- nvcc_wrapper is a compiler wrapper and should go in -devel package- fix \"extra tokens\" RPM build errors
* Fri Apr 10 2020 okurzAATTsuse.com- Use ninja as cmake builder for potential speedup
* Thu Dec 12 2019 stefan.bruensAATTrwth-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 eichAATTsuse.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 eichAATTsuse.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 normandAATTlinux.vnet.ibm.com- update _constraints for ppc64 for 22GB disk to avoid out of disk space build error.
* Wed Aug 28 2019 aguerreroAATTsuse.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 normandAATTlinux.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 jengelhAATTinai.de- Update descriptions.
* Fri Jul 05 2019 aguerreroAATTsuse.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 eichAATTsuse.com- Disable ROL package for SLE builds.
* Wed Mar 06 2019 aguerreroAATTsuse.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 c.coutinhoAATTredstack.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 eichAATTsuse.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 aguerreroAATTsuse.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
* Thu Feb 14 2019 stefan.bruensAATTrwth-aachen.de- Hide qt4 BuildRequires behind bcond (currently off)- Spec file cleanup (whitespace, remove duplicate BuildRequires)- Fix summary/description of doc subpackage, make it noarch
* Wed Feb 06 2019 eichAATTsuse.com- Properly create and tear down default version links when the HPC master packages are installed/uninstalled (bsc#1124519).- Reflect package name changes for scriptlets as well: run ldconfig from the correct package.- Make summary and descriptions more precise.- Sanitize python scripts assuming pyhton2 support.- Fix %%smp_nflags setting: lmit to 4 parallel builds.- Fix package dependencies.- Limit openmpi builds on SLE to version 2. (Due to limited number of suitable workers limit all openmpi builds to version 2 only for now).- Module files: prepend CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH elements.- Consolidate use of openmpi1, openmpi2, openmpi3 for non-HPC builds.- Fix package groups.
* Wed Jan 10 2018 cgollAATTsuse.com- Update of trilinos to 11.14.3
* Tuechos - LAPACK: Added _GEQP3 (QR with column pivoting).
* Kokkos - Fix missing file in install
* Thyra - Fix a backwards compatibility issue with a missing header file.- Convert package to HPC (FATE#324185)- Fix the non-HPC builds - The build configuration needed to be changed, the dropped elements were left for reference in a comment.- Disable non-HPC builds for SLE.- Add constraints for minimal memory.- Limit the number of parallel build threads: OBS machines with large memory typically have many CPUs. If many CPUs build we will need even more memory.
* Sun Nov 22 2015 scorotAATTfree.fr- version 11.4.3
* Tuechos - LAPACK: Added _GEQP3 (QR with column pivoting).
* Kokkos - Fix missing file in install
* Thyra - Fix a backwards compatibility issue with a missing header file.- update build requirements according to recent scalapack and blacs changes. Blacs is deprecated and provided in scalapack- disable pyTrilinos since it wont build anymore on recent product- enable hwloc support on openSUSE >= 13.2- enable matio support- rebase no-return-in-non-void.patch