New package: xrdcl-record (#32663)
* New package: xrdcl-record * Flake-8
This commit is contained in:
parent
66b451a70d
commit
31c24cd0d5
1 changed files with 20 additions and 0 deletions
20
var/spack/repos/builtin/packages/xrdcl-record/package.py
Normal file
20
var/spack/repos/builtin/packages/xrdcl-record/package.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 2013-2022 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.package import *
|
||||
|
||||
|
||||
class XrdclRecord(CMakePackage):
|
||||
"""XrdClRecorder Plugin. This XRootD Client Plugin can be used to record
|
||||
all user's actions on XrdCl::File object and store them into a csv file."""
|
||||
|
||||
homepage = "https://github.com/xrootd/xrdcl-record"
|
||||
url = "https://github.com/xrootd/xrdcl-record/archive/refs/tags/v5.4.2.tar.gz"
|
||||
|
||||
maintainers = ["iarspider"]
|
||||
|
||||
version("5.4.2", sha256="fb76284491ff4e723bce4c9e9d87347e98e278e70c597167bc39a162bc876734")
|
||||
|
||||
depends_on("xrootd")
|
Loading…
Reference in a new issue