diff options
author | Sam GutiƩrrez <samuelkgutierrez@users.noreply.github.com> | 2017-01-25 21:41:26 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-01-25 21:41:26 -0700 |
commit | 596190c83cd10111b35565bd19e0bcf6cdd58f96 (patch) | |
tree | 2dd399803220e32db6f84a78480fb8225b286bb6 | |
parent | b18b6bad6f35ffa67ed7f293901b4918d53dd3d4 (diff) | |
download | spack-596190c83cd10111b35565bd19e0bcf6cdd58f96.tar.gz spack-596190c83cd10111b35565bd19e0bcf6cdd58f96.tar.bz2 spack-596190c83cd10111b35565bd19e0bcf6cdd58f96.tar.xz spack-596190c83cd10111b35565bd19e0bcf6cdd58f96.zip |
Update libquo's homepage, url, and description. (#2925)
* Update libquo's homepage, url, and description.
Recently LANL moved to lanl (from losalamos).
* Fix formatting.
Conform to style guidelines.
* More style updates.
Doesn't appear to be necessary, but for good measure.
-rw-r--r-- | var/spack/repos/builtin/packages/libquo/package.py | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/libquo/package.py b/var/spack/repos/builtin/packages/libquo/package.py index 8856913bb2..3e574f7004 100644 --- a/var/spack/repos/builtin/packages/libquo/package.py +++ b/var/spack/repos/builtin/packages/libquo/package.py @@ -27,15 +27,13 @@ import os class Libquo(Package): - """A high-level, easy to use programming interface tailored specifically - for MPI/MPI+X codes that may benefit from evolving process binding - policies during their execution. QUO allows for arbitrary process binding - policies to be enacted and reverted during the execution of an MPI/MPI+X - application as different computational phases are entered and exited, - respectively.""" - homepage = "https://github.com/losalamos/libquo" - url = "https://github.com/losalamos/libquo/archive/v1.2.9.tar.gz" + """QUO (as in "status quo") is a runtime library that aids in accommodating + thread-level heterogeneity in dynamic, phased MPI+X applications comprising + single- and multi-threaded libraries.""" + + homepage = "https://github.com/lanl/libquo" + url = "https://github.com/lanl/libquo/archive/v1.2.9.tar.gz" version('1.2.9', 'ca82ab33f13e2b89983f81e7c02e98c2') |