Skip to content

Commit

Permalink
Use meson with PR #12375 applied so ninja install works on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Oct 14, 2023
1 parent 45c9ab3 commit 686d83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lefdef/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ lefdef = shared_library(
'-Wno-reorder-ctor',
'-Wno-format',
],
install: true
)

LefDef = declare_dependency(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ doc = ["pelican", "docutils >=0.16", "markupsafe >= 2.0.0" ]
#doc = ["pelican", "doxygen"]

[build-system]
requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@mac-homebrew", "ninja", "meson-python == 0.13.2", "cmake"]
requires = ["setuptools", "pdm-backend", "meson @ git+https://github.com/robtaylor/meson@homebrew-fixes", "ninja", "meson-python == 0.13.2", "cmake"]
build-backend = "mesonpy"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 686d83f

Please sign in to comment.