blogbench: added new package at v1.1 (#16793)

This commit is contained in:
darmac 2020-05-26 17:16:43 +08:00 committed by GitHub
parent 45b86e2c1d
commit 7383d923f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class Blogbench(AutotoolsPackage):
"""A filesystem benchmark tool that simulates a realistic load."""
homepage = "https://openbenchmarking.org/test/pts/blogbench"
url = "http://download.pureftpd.org/pub/blogbench/blogbench-1.1.tar.gz"
version('1.1', sha256='8cded059bfdbccb7be35bb6a2272ecfdbe3fbea43d53c92ba5572ac24f26c4df')
version('1.0', sha256='dc29261a19064a8fb64d39b27607f19d3b33ce3795908e717404167687ef33be')