diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2013-02-18 23:46:04 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2013-02-18 23:46:04 -0800 |
commit | 38becacacee43b40d02e33c97f0dc3bda83f42e6 (patch) | |
tree | 9bcb13e117f32414a86aea18cd82bc3f08d7f243 /bin | |
parent | cc76c0f5f9f8021cfb7423a226bd431c00d791ce (diff) | |
download | spack-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-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |