aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/coarrays.py
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29dependencies: Use a factory for fortran coarraysDylan Baker1-38/+40
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker1-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.
2019-12-19dependencies: refactor to use methods properlyMichael Hirsch, Ph.D1-20/+33
2019-11-17deps: add pkg-config to coarray with CMake fallbackMichael Hirsch, Ph.D1-0/+70
make coarray in its own file for clarity