diff options
-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" |