Package simpletest: Information

  • Default inline alert: Version in the repository: 12-alt2

Source package: simpletest
Version: 8-alt1
Latest version according to Repology
Build time:  Jan 11, 2020, 03:21 PM in the task #244105
Category: Other
Report package bug
License: GPL-3
Summary: Simple uname test.
Description: 
Simple suit for testing basic runtime toolchain functionality:
- build chroot installability;
- C/C++/Fortran base testing (compiles & works);
- OpenMP tests for both C and Fortran (C++ OpenMP is the same as C);
- profiler testing.

Also provides useful information about system:
- running CPU version and architecture;
- active instruction set, bitness, optlevel;
- uname information;
- effective compiler version and supported standards.

List of rpms provided by this srpm:
simpletest (x86_64, ppc64le, i586, aarch64)
simpletest-debuginfo (x86_64, ppc64le, i586, aarch64)

Maintainer: Andrew Savchenko

List of contributors:
Andrew Savchenko

ACL:
Andrew Savchenko
@everybody

    1. libgfortran-devel
    2. libgomp-devel
    3. gcc-c++
    4. gcc-fortran

Last changed


Jan. 11, 2020 Andrew Savchenko 8-alt1
- Add gcc support.
- Disable m32 tests for non-e2k arches. It can be used on x86_64,
  but outside of build infra, since x86_64-i586 is a separate arepo
  generated repository.
- Refactor build system, add configure.
- Install 32-bit binaries on e2k and docs.
Nov. 21, 2019 Andrew Savchenko 7-alt1
- Add profiler testing (eprof).
- Refactoring.
Nov. 7, 2019 Andrew Savchenko 6-alt1
- Add libgfortran-devel dummy dependency to check libgfortran installability.