A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
Go to file
Todd Gamblin 57ef3b8a80 Ability to list versions from web page with spack list -v PACKAGE
Experimental feature automatically parses versions out of web pages and prints what
it thinks are avaialble versions of a package, e.g.:

    $ spack list -v libunwind
    1.1    1.0   0.98.6  0.98.4  0.98.2  0.98  0.96  0.93  0.91  0.1
    1.0.1  0.99  0.98.5  0.98.3  0.98.1  0.97  0.95  0.92  0.9   0.0
2013-05-17 16:25:00 -07:00
bin Use realpath in addition to expanduser to locate spack directory. 2013-05-15 16:47:50 -07:00
lib/spack Ability to list versions from web page with spack list -v PACKAGE 2013-05-17 16:25:00 -07:00
.gitignore Initial version of spack with one package: cmake 2013-02-13 17:50:44 -08:00