* 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
* 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)