summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/scalapack.py
AgeCommit message (Expand)Author
2025-12-17Dependencies: Make use of the DependencyCandidate classDylan Baker
2025-12-17dependencies: stop passing "language" as a keyword argumentDylan Baker
2025-10-20interpreter: port dependency static to typed_kwargsDylan Baker
2025-10-20dependency: Use a TypedDict to describe the keyword arguments to DependencyDylan Baker
2025-07-14scalapack: Fix exception when MKLROOT is unsetMichał Górny
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-14dependencies: allow get_variable to define multiple pkgconfig definesEli Schwartz
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-05-03add prefer_static built-in optionDudemanguy
2021-06-09typing: Rename some variablesDaniel Mensinger
2021-06-09typing: Fully annotate dependenciesDaniel Mensinger
2021-06-06typing: Fully annotate dependencies.{detect,factory} + some other fixesDaniel Mensinger
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-22pylint: Turn on warnings for incorrect number of argsDylan Baker
2020-03-19dependencies: Convert ScaLAPACK to a dependency factoryDylan Baker
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker
2019-12-19dependencies: refactor to use methods properlyMichael Hirsch, Ph.D
2019-11-30scalapack: allow specifying find methodMichael Hirsch, Ph.D
2019-11-30deps: add scalapackMichael Hirsch, Ph.D