ffsb: added new package at v5.2.1 (#16791)

This commit is contained in:
darmac 2020-05-25 19:16:55 +08:00 committed by GitHub
parent 821c729ec0
commit 04f60afc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# 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 Ffsb(AutotoolsPackage):
"""The Flexible Filesystem Benchmark (FFSB) is a cross-platform
filesystem performance measurement tool."""
homepage = "https://sourceforge.net/projects/ffsb/"
url = "https://sourceforge.net/projects/ffsb/files/ffsb/5.2.1/ffsb-5.2.1.tar.gz"
version('5.2.1', sha256='36ccda8ff04f837e20bb8b2cc9edb8c6fc923fdcdbb8060d9448dc49234b968d')
version('5.1.1', sha256='e25aef255d8bfe54f29ac88c7af8237fa5a8c2e1716fdef1946cf0ecd9166d1f')
version('5.1', sha256='4d7da7eba46c824ebdc23b3d32532b006aeb5b6697a3ada314c75785ab25cb97')