-
I suggest to use the Meson build system.
This is a modern and explicit build system (meaning it doesn't do anything we didn't ask), that uses a readable typed language. It's also backed by the Ninj…
-
Converting over from autoconf to Meson there are various files not installed.
```
@@ -1,15 +1,2 @@
-bin/ATR_analysis
-bin/gscriptor
@bin bin/pcsc_scan
-bin/scriptor
-@man man/man1/ATR_analys…
brad0 updated
3 months ago
-
I’m excited to share that our project has just hit its 5-year milestone! As part of our ongoing development, I'm planning to release v1.0.0 soon, which will include significant improvements to the cod…
-
Using `uv` (via `rye`), it can't create x86 wheels for (some) dependencies on my x64 machine.
I created my project with Python 3.12.2 x64 and all worked well, but I wanted to build a 32-bit executa…
-
### What is your question?
**Problem Description**
I'm cross-compiling ffmpeg for armv7 on x86_64 Ubuntu. However, Conan is going to download the development package libva-dev from arm. May I ask wh…
-
## 🐛 Bug
I'm trying to build a Python package https://github.com/PySCeS/pysces that makes use of two Fortran extension modules. The build system is `meson-python`. During the build process the comp…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
Yes
### System Info and Version
0.44.0
### Description
when compiling hyprland 0.44.0 I get t…
-
Reproducible: #608
```
$ PYTHONPATH=../../.. python -m build -nw* Getting build dependencies for wheel...
* Getting build dependencies for wheel...
* Building wheel...
+ meson setup /home/anubi…
FFY00 updated
1 month ago
-
It would be good to automate testing with `meson`.
Currently PR #72 contains an attempt at running one test as described in PR #71, which introduced `meson`.
-
**Describe the bug**
When doing a compile check, meson adds both `$CFLAGS` and `-Werror=unused-command-line-argument` to the cflags when building the compile check program with clang.
If I add `…