422d291b111464599618a538ee1ca3334c698ab8
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)
Description
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
666 MiB
Languages
Python
97.3%
Shell
2.1%
C
0.2%