summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJim Galarowicz <jeg@krellinst.org>2015-11-06 11:55:49 -0800
committerJim Galarowicz <jeg@krellinst.org>2015-11-06 11:55:49 -0800
commit046b348bd374254037e3cfd97163d9c52caad075 (patch)
treece032717ea0fd0b0c0a27757e7ffa3db760b5939 /README.md
parentaa9b14aff47864c04f99bd4c83fb10dc6a9c49ad (diff)
parent9474b8cdac433ccae4451c810fb7f4bb1bd1bd16 (diff)
downloadspack-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.md24
1 files changed, 6 insertions, 18 deletions
diff --git a/README.md b/README.md
index 74d618ed2f..3a2c535d4e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-Spack
-===========
+![image](share/spack/logo/spack-logo-text-64.png "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
----------------