Clone of the official spack repository with modifications for HLRS HAWK
Find a file
Todd Gamblin 422d291b11 This adds support for multi-platform methods.
You can now do this:
class MyPackage(Package):
    def install(self):
        ...default install...

    @platform('bgqos_0')
    def install(self):
        ...specialized install for bgq...

This works on functions other than install, as well (as long as they're in a Package)
2013-04-04 10:22:49 -07:00
bin This adds support for multi-platform methods. 2013-04-04 10:22:49 -07:00
lib/spack This adds support for multi-platform methods. 2013-04-04 10:22:49 -07:00
.gitignore Initial version of spack with one package: cmake 2013-02-13 17:50:44 -08:00