Skip to content

Commit 3fcc38e

Browse files
authored
pandoramonitoring,pandorasdk: change docstrings that are wrong (spack#47937)
and are copied from the pandorapfa package Co-authored-by: jmcarcell <[email protected]>
1 parent 22d104d commit 3fcc38e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

var/spack/repos/builtin/packages/pandoramonitoring/package.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

99

1010
class Pandoramonitoring(CMakePackage):
11-
"""Metadata package to bring together and build multiple Pandora libraries.
12-
NOTE: for proper version control with spack, this should be broken up and
13-
the subpackages installed individually."""
11+
"""ROOT-based Event Visualisation Environment for Pandora with
12+
tree-writing functionality"""
1413

1514
url = "https://github.com/PandoraPFA/PandoraMonitoring/archive/v03-04-00.tar.gz"
1615
homepage = "https://github.com/PandoraPFA/PandoraMonitoring"

var/spack/repos/builtin/packages/pandorasdk/package.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99

1010
class Pandorasdk(CMakePackage):
11-
"""Metadata package to bring together and build multiple Pandora libraries.
12-
NOTE: for proper version control with spack, this should be broken up and
13-
the subpackages installed individually."""
11+
"""Pandora Software Development Kit for pattern-recognition algorithms"""
1412

1513
url = "https://github.com/PandoraPFA/PandoraSDK/archive/v03-04-00.tar.gz"
1614
homepage = "https://github.com/PandoraPFA/PandoraSDK"

0 commit comments

Comments
 (0)