Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-08 | typing: fix dependencies for new follow_imports | Daniel Mensinger | 1 | -2/+5 | |
2020-09-08 | typing: ignore error because of untyped decorator | Daniel Mensinger | 1 | -1/+1 | |
2020-09-02 | dependencies/mpi: add missing annotation | Dylan Baker | 1 | -3/+3 | |
2020-03-19 | mpi: Use a factory function | Dylan Baker | 1 | -196/+148 | |
This makes use of proper ConfigTool and PkgConfig dependencies rather than one big ExternalDependency that internally creates other dependencies and then copies their attributes. | |||||
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -1/+1 | |
Currently PkgConfig takes language as a keyword parameter in position 3, while the others take it as positional in position 2. Because most dependencies don't actually set a language (they use C style linking), using a positional argument makes more sense. ExtraFrameworkDependencies is even more different, and duplicates some arguments from the base ExternalDependency class. For later changes I'm planning to make having all of the dependencies use the same signature is really, really helpful. | |||||
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -5/+5 | |
2019-12-19 | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 1 | -39/+44 | |
2019-11-25 | dep: MPI make work for intel-cl and improve robustness | Michael Hirsch, Ph.D | 1 | -0/+274 | |
optimize intelMPI variables mpi: extract version from non-OpenMPI wrapper |