summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2013-02-18 23:46:04 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2013-02-18 23:46:04 -0800
commit38becacacee43b40d02e33c97f0dc3bda83f42e6 (patch)
tree9bcb13e117f32414a86aea18cd82bc3f08d7f243 /bin
parentcc76c0f5f9f8021cfb7423a226bd431c00d791ce (diff)
downloadspack-38becacacee43b40d02e33c97f0dc3bda83f42e6.tar.gz
spack-38becacacee43b40d02e33c97f0dc3bda83f42e6.tar.bz2
spack-38becacacee43b40d02e33c97f0dc3bda83f42e6.tar.xz
spack-38becacacee43b40d02e33c97f0dc3bda83f42e6.zip
Dependencies now work. Added libelf, libdwarf.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 1fd47d5e8c..081c76ca21 100755
--- a/bin/spack
+++ b/bin/spack
@@ -19,7 +19,7 @@ import spack
# Command parsing
parser = argparse.ArgumentParser(
description='Spack: the Supercomputing PACKage Manager.')
-parser.add_argument('-V', '--version', action='version', version="%s" % spack.version)
+parser.add_argument('-V', '--version', action='version', version="%s" % spack.spack_version)
parser.add_argument('-v', '--verbose', action='store_true', dest='verbose')
# each command module implements a parser() function, to which we pass its