diff options
author | Jim Galarowicz <jeg@krellinst.org> | 2015-11-06 11:55:49 -0800 |
---|---|---|
committer | Jim Galarowicz <jeg@krellinst.org> | 2015-11-06 11:55:49 -0800 |
commit | 046b348bd374254037e3cfd97163d9c52caad075 (patch) | |
tree | ce032717ea0fd0b0c0a27757e7ffa3db760b5939 /README.md | |
parent | aa9b14aff47864c04f99bd4c83fb10dc6a9c49ad (diff) | |
parent | 9474b8cdac433ccae4451c810fb7f4bb1bd1bd16 (diff) | |
download | spack-046b348bd374254037e3cfd97163d9c52caad075.tar.gz spack-046b348bd374254037e3cfd97163d9c52caad075.tar.bz2 spack-046b348bd374254037e3cfd97163d9c52caad075.tar.xz spack-046b348bd374254037e3cfd97163d9c52caad075.zip |
Merge remote-tracking branch 'upstream/develop' into develop
Get up to date with rest of develop repository.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 6 insertions, 18 deletions
@@ -1,5 +1,5 @@ -Spack -=========== + +============ Spack is a package management tool designed to support multiple versions and configurations of software on a wide variety of platforms @@ -13,7 +13,7 @@ can coexist on the same system. Most importantly, Spack is simple. It offers a simple spec syntax so that users can specify versions and configuration options concisely. Spack is also simple for package authors: package files are -writtin in pure Python, and specs allow package authors to write a +written in pure Python, and specs allow package authors to write a single build script for many different builds of the same package. See the @@ -62,21 +62,9 @@ latest stable release. Authors ---------------- -Spack was written by Todd Gamblin, tgamblin@llnl.gov. - -Significant contributions were also made by: - - * David Beckingsale - * David Boehme - * Alfredo Gimenez - * Luc Jaulmes - * Matt Legendre - * Greg Lee - * Adam Moody - * Saravan Pantham - * Joachim Protze - * Bob Robey - * Justin Too +Many thanks go to Spack's [contributors](https://github.com/scalability-llnl/spack/graphs/contributors). + +Spack was originally written by Todd Gamblin, tgamblin@llnl.gov. Release ---------------- |