Package ripes: Information

  • Default inline alert: Version in the repository: 2.2.6-alt1

Source package: ripes
Version: 2.1.0-alt2
Latest version according to Repology
Build time:  Mar 8, 2024, 10:11 PM in the task #342307
Category: Emulators
Report package bug
License: MIT
Summary: A graphical 5-stage RISC-V pipeline simulator
Description: 
Ripes is a graphical 5-stage processor pipeline simulator and assembly
code editor built for the RISC-V instruction set architecture, suitable
for teaching how assembly level code is executed on a classic pipelined
architecture. Ripes is especially suitable for illustrating how concepts
such as forwarding and stalling works, giving a visual representation of
both cases.

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

Maintainer: Alexey Sheplyakov


ACL:
George V. Kouryachy
@everybody

    1. cmake
    2. qt5-base-devel
    3. qt5-charts-devel
    4. qt5-svg-devel
    5. qt5-tools-devel

Last changed


March 8, 2024 Alexey Sheplyakov 2.1.0-alt2
- NMU: trimmed build dependencies according to CMakeLists.txt (only
  QtCore, QtWidgets, QtCharts, and QtSvg are required).
  Fixes FTBFS on LoongArch.
Aug. 3, 2021 Michael Shigorin 2.1.0-alt1.1.1
- E2K: avoid qt5-{webengine,webview} as missing
- minor spec cleanup
April 28, 2021 Arseny Maslennikov 2.1.0-alt1.1
- NMU: spec: adapted to new cmake macros.