simgrid: update package description (#30111)

This commit is contained in:
Erik Schnetter
2022-04-19 05:45:44 -04:00
committed by GitHub
parent a37dd23403
commit 0d2044c659

View File

@@ -8,8 +8,11 @@
class Simgrid(CMakePackage): class Simgrid(CMakePackage):
"""To study the behavior of large-scale distributed systems such as Grids, """SimGrid is a framework for developing simulators of distributed
Clouds, HPC or P2P systems.""" applications targetting distributed platforms, which can in turn be
used to prototype, evaluate and compare relevant platform configurations,
system designs, and algorithmic approaches.
"""
homepage = "https://simgrid.org/" homepage = "https://simgrid.org/"
url = "https://github.com/simgrid/simgrid/releases/download/v3.27/simgrid-3.27.tar.gz" url = "https://github.com/simgrid/simgrid/releases/download/v3.27/simgrid-3.27.tar.gz"