| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libtrilinos13 | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 13.2.0 | Vendor: openSUSE |
| Release: bp155.3.10 | Build date: Mon May 22 14:16:28 2023 |
| Group: System/Libraries | Build host: obs-power9-07 |
| Size: 188815979 | Source RPM: trilinos-13.2.0-bp155.3.10.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://trilinos.sandia.gov/index.html | |
| Summary: A collection of libraries of numerical algorithms | |
Trilinos is a collection of compatible software packages that support parallel linear algebra computations, solution of linear, non-linear and eigen systems of equations and related capabilities. The majority of packages are written in C++ using object-oriented techniques. All packages are self-contained, with the Trilinos top layer providing a common look-and-feel and infrastructure. This subpackage contains the shared libraries.
LGPL-2.0-only
* 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
* 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
* Thu Feb 14 2019 Stefan Brüns <stefan.bruens@rwth-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 eich@suse.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 cgoll@suse.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 scorot@free.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
/usr/lib64/libModeLaplace.so.13 /usr/lib64/libModeLaplace.so.13.2 /usr/lib64/libamesos.so.13 /usr/lib64/libamesos.so.13.2 /usr/lib64/libamesos2.so.13 /usr/lib64/libamesos2.so.13.2 /usr/lib64/libanasazi.so.13 /usr/lib64/libanasazi.so.13.2 /usr/lib64/libanasaziepetra.so.13 /usr/lib64/libanasaziepetra.so.13.2 /usr/lib64/libanasazitpetra.so.13 /usr/lib64/libanasazitpetra.so.13.2 /usr/lib64/libaztecoo.so.13 /usr/lib64/libaztecoo.so.13.2 /usr/lib64/libbelos.so.13 /usr/lib64/libbelos.so.13.2 /usr/lib64/libbelosepetra.so.13 /usr/lib64/libbelosepetra.so.13.2 /usr/lib64/libbelostpetra.so.13 /usr/lib64/libbelostpetra.so.13.2 /usr/lib64/libbelosxpetra.so.13 /usr/lib64/libbelosxpetra.so.13.2 /usr/lib64/libepetra.so.13 /usr/lib64/libepetra.so.13.2 /usr/lib64/libepetraext.so.13 /usr/lib64/libepetraext.so.13.2 /usr/lib64/libexodus.so.13 /usr/lib64/libexodus.so.13.2 /usr/lib64/libgaleri-epetra.so.13 /usr/lib64/libgaleri-epetra.so.13.2 /usr/lib64/libgaleri-xpetra.so.13 /usr/lib64/libgaleri-xpetra.so.13.2 /usr/lib64/libifpack.so.13 /usr/lib64/libifpack.so.13.2 /usr/lib64/libifpack2-adapters.so.13 /usr/lib64/libifpack2-adapters.so.13.2 /usr/lib64/libifpack2.so.13 /usr/lib64/libifpack2.so.13.2 /usr/lib64/libintrepid.so.13 /usr/lib64/libintrepid.so.13.2 /usr/lib64/libintrepid2.so.13 /usr/lib64/libintrepid2.so.13.2 /usr/lib64/libisorropia.so.13 /usr/lib64/libisorropia.so.13.2 /usr/lib64/libkokkosalgorithms.so.13 /usr/lib64/libkokkosalgorithms.so.13.2 /usr/lib64/libkokkoscontainers.so.13 /usr/lib64/libkokkoscontainers.so.13.2 /usr/lib64/libkokkoscore.so.13 /usr/lib64/libkokkoscore.so.13.2 /usr/lib64/libkokkoskernels.so.13 /usr/lib64/libkokkoskernels.so.13.2 /usr/lib64/libkokkostsqr.so.13 /usr/lib64/libkokkostsqr.so.13.2 /usr/lib64/libloca.so.13 /usr/lib64/libloca.so.13.2 /usr/lib64/liblocaepetra.so.13 /usr/lib64/liblocaepetra.so.13.2 /usr/lib64/liblocalapack.so.13 /usr/lib64/liblocalapack.so.13.2 /usr/lib64/liblocathyra.so.13 /usr/lib64/liblocathyra.so.13.2 /usr/lib64/liblocatpetra.so.13 /usr/lib64/liblocatpetra.so.13.2 /usr/lib64/libml.so.13 /usr/lib64/libml.so.13.2 /usr/lib64/libmuelu-adapters.so.13 /usr/lib64/libmuelu-adapters.so.13.2 /usr/lib64/libmuelu-interface.so.13 /usr/lib64/libmuelu-interface.so.13.2 /usr/lib64/libmuelu.so.13 /usr/lib64/libmuelu.so.13.2 /usr/lib64/libnemesis.so.13 /usr/lib64/libnemesis.so.13.2 /usr/lib64/libnox.so.13 /usr/lib64/libnox.so.13.2 /usr/lib64/libnoxepetra.so.13 /usr/lib64/libnoxepetra.so.13.2 /usr/lib64/libnoxlapack.so.13 /usr/lib64/libnoxlapack.so.13.2 /usr/lib64/libpamgen.so.13 /usr/lib64/libpamgen.so.13.2 /usr/lib64/libpamgen_extras.so.13 /usr/lib64/libpamgen_extras.so.13.2 /usr/lib64/libphalanx.so.13 /usr/lib64/libphalanx.so.13.2 /usr/lib64/librtop.so.13 /usr/lib64/librtop.so.13.2 /usr/lib64/libsacado.so.13 /usr/lib64/libsacado.so.13.2 /usr/lib64/libshards.so.13 /usr/lib64/libshards.so.13.2 /usr/lib64/libshylu_nodehts.so.13 /usr/lib64/libshylu_nodehts.so.13.2 /usr/lib64/libsimpi.so.13 /usr/lib64/libsimpi.so.13.2 /usr/lib64/libstokhos.so.13 /usr/lib64/libstokhos.so.13.2 /usr/lib64/libstokhos_amesos2.so.13 /usr/lib64/libstokhos_amesos2.so.13.2 /usr/lib64/libstokhos_ifpack2.so.13 /usr/lib64/libstokhos_ifpack2.so.13.2 /usr/lib64/libstokhos_ifpack2_mp_16_openmp.so.13 /usr/lib64/libstokhos_ifpack2_mp_16_openmp.so.13.2 /usr/lib64/libstokhos_ifpack2_pce_openmp.so.13 /usr/lib64/libstokhos_ifpack2_pce_openmp.so.13.2 /usr/lib64/libstokhos_muelu.so.13 /usr/lib64/libstokhos_muelu.so.13.2 /usr/lib64/libstokhos_muelu_mp_16_openmp.so.13 /usr/lib64/libstokhos_muelu_mp_16_openmp.so.13.2 /usr/lib64/libstokhos_muelu_pce_openmp.so.13 /usr/lib64/libstokhos_muelu_pce_openmp.so.13.2 /usr/lib64/libstokhos_sacado.so.13 /usr/lib64/libstokhos_sacado.so.13.2 /usr/lib64/libstokhos_tpetra.so.13 /usr/lib64/libstokhos_tpetra.so.13.2 /usr/lib64/libstokhos_tpetra_mp_16_openmp.so.13 /usr/lib64/libstokhos_tpetra_mp_16_openmp.so.13.2 /usr/lib64/libstokhos_tpetra_pce_openmp.so.13 /usr/lib64/libstokhos_tpetra_pce_openmp.so.13.2 /usr/lib64/libstokhos_tpetra_sd_mp_16_openmp.so.13 /usr/lib64/libstokhos_tpetra_sd_mp_16_openmp.so.13.2 /usr/lib64/libstokhos_tpetra_sd_pce_openmp.so.13 /usr/lib64/libstokhos_tpetra_sd_pce_openmp.so.13.2 /usr/lib64/libstokhos_tpetraext_mp_16_openmp.so.13 /usr/lib64/libstokhos_tpetraext_mp_16_openmp.so.13.2 /usr/lib64/libstokhos_tpetraext_pce_openmp.so.13 /usr/lib64/libstokhos_tpetraext_pce_openmp.so.13.2 /usr/lib64/libstokhos_xpetra.so.13 /usr/lib64/libstokhos_xpetra.so.13.2 /usr/lib64/libstokhos_xpetra_mp_16_openmp.so.13 /usr/lib64/libstokhos_xpetra_mp_16_openmp.so.13.2 /usr/lib64/libstokhos_xpetra_pce_openmp.so.13 /usr/lib64/libstokhos_xpetra_pce_openmp.so.13.2 /usr/lib64/libstratimikos.so.13 /usr/lib64/libstratimikos.so.13.2 /usr/lib64/libstratimikosamesos.so.13 /usr/lib64/libstratimikosamesos.so.13.2 /usr/lib64/libstratimikosamesos2.so.13 /usr/lib64/libstratimikosamesos2.so.13.2 /usr/lib64/libstratimikosaztecoo.so.13 /usr/lib64/libstratimikosaztecoo.so.13.2 /usr/lib64/libstratimikosbelos.so.13 /usr/lib64/libstratimikosbelos.so.13.2 /usr/lib64/libstratimikosifpack.so.13 /usr/lib64/libstratimikosifpack.so.13.2 /usr/lib64/libstratimikosml.so.13 /usr/lib64/libstratimikosml.so.13.2 /usr/lib64/libtacho.so.13 /usr/lib64/libtacho.so.13.2 /usr/lib64/libteko.so.13 /usr/lib64/libteko.so.13.2 /usr/lib64/libteuchoscomm.so.13 /usr/lib64/libteuchoscomm.so.13.2 /usr/lib64/libteuchoscore.so.13 /usr/lib64/libteuchoscore.so.13.2 /usr/lib64/libteuchoskokkoscomm.so.13 /usr/lib64/libteuchoskokkoscomm.so.13.2 /usr/lib64/libteuchoskokkoscompat.so.13 /usr/lib64/libteuchoskokkoscompat.so.13.2 /usr/lib64/libteuchosnumerics.so.13 /usr/lib64/libteuchosnumerics.so.13.2 /usr/lib64/libteuchosparameterlist.so.13 /usr/lib64/libteuchosparameterlist.so.13.2 /usr/lib64/libteuchosparser.so.13 /usr/lib64/libteuchosparser.so.13.2 /usr/lib64/libteuchosremainder.so.13 /usr/lib64/libteuchosremainder.so.13.2 /usr/lib64/libthyracore.so.13 /usr/lib64/libthyracore.so.13.2 /usr/lib64/libthyraepetra.so.13 /usr/lib64/libthyraepetra.so.13.2 /usr/lib64/libthyraepetraext.so.13 /usr/lib64/libthyraepetraext.so.13.2 /usr/lib64/libthyratpetra.so.13 /usr/lib64/libthyratpetra.so.13.2 /usr/lib64/libtpetra.so.13 /usr/lib64/libtpetra.so.13.2 /usr/lib64/libtpetraclassic.so.13 /usr/lib64/libtpetraclassic.so.13.2 /usr/lib64/libtpetraclassiclinalg.so.13 /usr/lib64/libtpetraclassiclinalg.so.13.2 /usr/lib64/libtpetraclassicnodeapi.so.13 /usr/lib64/libtpetraclassicnodeapi.so.13.2 /usr/lib64/libtpetraext.so.13 /usr/lib64/libtpetraext.so.13.2 /usr/lib64/libtpetrainout.so.13 /usr/lib64/libtpetrainout.so.13.2 /usr/lib64/libtrilinoscouplings.so.13 /usr/lib64/libtrilinoscouplings.so.13.2 /usr/lib64/libtrilinosss.so.13 /usr/lib64/libtrilinosss.so.13.2 /usr/lib64/libtriutils.so.13 /usr/lib64/libtriutils.so.13.2 /usr/lib64/libxpetra-sup.so.13 /usr/lib64/libxpetra-sup.so.13.2 /usr/lib64/libxpetra.so.13 /usr/lib64/libxpetra.so.13.2 /usr/lib64/libzoltan.so.13 /usr/lib64/libzoltan.so.13.2 /usr/lib64/libzoltan2.so.13 /usr/lib64/libzoltan2.so.13.2 /usr/share/doc/packages/libtrilinos13 /usr/share/doc/packages/libtrilinos13/README /usr/share/doc/packages/libtrilinos13/RELEASE_NOTES /usr/share/licenses/libtrilinos13 /usr/share/licenses/libtrilinos13/Copyright.txt /usr/share/licenses/libtrilinos13/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 19:18:58 2026