index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
dependencies
/
scalapack.py
Age
Commit message (
Expand
)
Author
2025-12-17
Dependencies: Make use of the DependencyCandidate class
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-10-20
interpreter: port dependency static to typed_kwargs
Dylan Baker
2025-10-20
dependency: Use a TypedDict to describe the keyword arguments to Dependency
Dylan Baker
2025-07-14
scalapack: Fix exception when MKLROOT is unset
Michał Górny
2025-03-10
coredata: replace get_option with optstore.get_value_for
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-11-14
dependencies: allow get_variable to define multiple pkgconfig defines
Eli Schwartz
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-26
dependencies: switch the delayed-import mechanism for custom dependencies
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-05-03
add prefer_static built-in option
Dudemanguy
2021-06-09
typing: Rename some variables
Daniel Mensinger
2021-06-09
typing: Fully annotate dependencies
Daniel Mensinger
2021-06-06
typing: Fully annotate dependencies.{detect,factory} + some other fixes
Daniel Mensinger
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-22
pylint: Turn on warnings for incorrect number of args
Dylan Baker
2020-03-19
dependencies: Convert ScaLAPACK to a dependency factory
Dylan Baker
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2019-12-19
dependencies: refactor to use methods properly
Michael Hirsch, Ph.D
2019-11-30
scalapack: allow specifying find method
Michael Hirsch, Ph.D
2019-11-30
deps: add scalapack
Michael Hirsch, Ph.D