diff options
author | Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> | 2024-12-05 16:53:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 08:53:09 -0700 |
commit | 3fcc38ef0443fc5824c9b0b1c82f4f69f8dbe63a (patch) | |
tree | d6d8b91b8a559e25f6197c8257dddf5960e299bd | |
parent | 22d104d7a92df60dcfed775ae61c5fd725ee6059 (diff) | |
download | spack-3fcc38ef0443fc5824c9b0b1c82f4f69f8dbe63a.tar.gz spack-3fcc38ef0443fc5824c9b0b1c82f4f69f8dbe63a.tar.bz2 spack-3fcc38ef0443fc5824c9b0b1c82f4f69f8dbe63a.tar.xz spack-3fcc38ef0443fc5824c9b0b1c82f4f69f8dbe63a.zip |
pandoramonitoring,pandorasdk: change docstrings that are wrong (#47937)
and are copied from the pandorapfa package
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
-rw-r--r-- | var/spack/repos/builtin/packages/pandoramonitoring/package.py | 5 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/pandorasdk/package.py | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/pandoramonitoring/package.py b/var/spack/repos/builtin/packages/pandoramonitoring/package.py index 25008056ad..7448a04ce4 100644 --- a/var/spack/repos/builtin/packages/pandoramonitoring/package.py +++ b/var/spack/repos/builtin/packages/pandoramonitoring/package.py @@ -8,9 +8,8 @@ from spack.package import * class Pandoramonitoring(CMakePackage): - """Metadata package to bring together and build multiple Pandora libraries. - NOTE: for proper version control with spack, this should be broken up and - the subpackages installed individually.""" + """ROOT-based Event Visualisation Environment for Pandora with + tree-writing functionality""" url = "https://github.com/PandoraPFA/PandoraMonitoring/archive/v03-04-00.tar.gz" homepage = "https://github.com/PandoraPFA/PandoraMonitoring" diff --git a/var/spack/repos/builtin/packages/pandorasdk/package.py b/var/spack/repos/builtin/packages/pandorasdk/package.py index 77535e003e..92286d5b50 100644 --- a/var/spack/repos/builtin/packages/pandorasdk/package.py +++ b/var/spack/repos/builtin/packages/pandorasdk/package.py @@ -8,9 +8,7 @@ from spack.package import * class Pandorasdk(CMakePackage): - """Metadata package to bring together and build multiple Pandora libraries. - NOTE: for proper version control with spack, this should be broken up and - the subpackages installed individually.""" + """Pandora Software Development Kit for pattern-recognition algorithms""" url = "https://github.com/PandoraPFA/PandoraSDK/archive/v03-04-00.tar.gz" homepage = "https://github.com/PandoraPFA/PandoraSDK" |