Overview

Request 713619 accepted

- 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
- Disable ROL package for SLE builds.
- 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.
- Fix serial build: devel package was not pulling in libtrilinos12 due
to misplaced 'Requires: %libname' line
- Enable Trilinos ROL package
- 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.
- 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
- Hide qt4 BuildRequires behind bcond (currently off)
- Spec file cleanup (whitespace, remove duplicate BuildRequires)
- Fix summary/description of doc subpackage, make it noarch
- 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.
- 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.
- 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
- update to version 11.2.5
* SEACAS
- Fix parallel-aware exodus build activation
- update to version 11.2.4
* Teuchos
- Fix cdotc_ declarations
* Triutils
- Fix issue with ambiguous abs() calls in 64bit.
- build PyTrilinos for serial version
- rebase patch0 no-return-in-non-void.patch
- remove patch cdoc.path fixed upstream
- add patch stringcompare.patch
- build html documentation and put it in a doc subpackage
- update to version 11.2.3
* EpetraExt
- Fix reindexing with the row and column GID set is not the
same.
- Fixed singleton filter to not generate a separate linear
problem if no singletons are detected.
* Intrepid
- MiniTensor: Fixed coeffcients of Pade Approximant for the
exponential.
- rebase patch0
- add patch2 trilinos-11.2.3-cdotc.patch
- update files list
- build openmpi parallel version
- enable mumps and glpk support in trilinos
- explicitly enable QT and netcdf support in trilinos
- enable C and fortran interfaces
- enable zoltan in trilinos
- build requires libqt4-devel anf netcfd-devel
- enable superlu support
- re-enable rpath check since no-rpath.pacth seems to work
- add patches informations in spec file
- add TODO comment in spec file
- first package version 11.0.3

Loading...

Ana Guerrero's avatar
author source maintainer

This requests superseedes 682873

Request History
Ana Guerrero's avatar

anag created request

- 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
- Disable ROL package for SLE builds.
- 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.
- Fix serial build: devel package was not pulling in libtrilinos12 due
to misplaced 'Requires: %libname' line
- Enable Trilinos ROL package
- 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.
- 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
- Hide qt4 BuildRequires behind bcond (currently off)
- Spec file cleanup (whitespace, remove duplicate BuildRequires)
- Fix summary/description of doc subpackage, make it noarch
- 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.
- 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.
- 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
- update to version 11.2.5
* SEACAS
- Fix parallel-aware exodus build activation
- update to version 11.2.4
* Teuchos
- Fix cdotc_ declarations
* Triutils
- Fix issue with ambiguous abs() calls in 64bit.
- build PyTrilinos for serial version
- rebase patch0 no-return-in-non-void.patch
- remove patch cdoc.path fixed upstream
- add patch stringcompare.patch
- build html documentation and put it in a doc subpackage
- update to version 11.2.3
* EpetraExt
- Fix reindexing with the row and column GID set is not the
same.
- Fixed singleton filter to not generate a separate linear
problem if no singletons are detected.
* Intrepid
- MiniTensor: Fixed coeffcients of Pade Approximant for the
exponential.
- rebase patch0
- add patch2 trilinos-11.2.3-cdotc.patch
- update files list
- build openmpi parallel version
- enable mumps and glpk support in trilinos
- explicitly enable QT and netcdf support in trilinos
- enable C and fortran interfaces
- enable zoltan in trilinos
- build requires libqt4-devel anf netcfd-devel
- enable superlu support
- re-enable rpath check since no-rpath.pacth seems to work
- add patches informations in spec file
- add TODO comment in spec file
- first package version 11.0.3


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added openSUSE:Factory:Staging:adi:12 as a reviewer

Being evaluated by staging project "openSUSE:Factory:Staging:adi:12"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Factory:Staging:adi:12


Saul Goodman's avatar

licensedigger accepted review

ok


Jan Engelhardt's avatar

jengelh accepted review


Staging Bot's avatar

staging-bot accepted review

ready to accept


Staging Bot's avatar

staging-bot approved review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by