Пакет simpletest: Информация

    Бинарный пакет: simpletest
    Версия: 11-alt5
    Архитектура: ppc64le
    Собран:  15 декабря 2020 г. 19:28 в задании #263480
    Исходный пакет: simpletest
    Категория: Прочее
    Сообщить об ошибке в пакете
    Лицензия: GPL-3
    О пакете: Simple toolchain test
    Описание: 
    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;
    - coverage 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.

    Сопровождающий: Andrew Savchenko

    Список участников:
    Andrew Savchenko

    Последнее изменение


    15 декабря 2020 г. Andrew Savchenko 11-alt5
    - Fix configure exit code when all sanitizers are disabled.
    27 июля 2020 г. Andrew Savchenko 11-alt4
    - Add lcc-1.25 support (-pg + msan are not compatible).
    30 июня 2020 г. Andrew Savchenko 11-alt3
    - Simplify compiler specific pg-args selection.