Clone of the official spack repository with modifications for HLRS HAWK
422d291b11
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) |
||
---|---|---|
bin | ||
lib/spack | ||
.gitignore |