meson
meson copied to clipboard
The Meson Build System
CUDA 12 was released yesterday. Update the CUDA module with the driver-version and compute-capabilities information. CUDA 12 notably removes support for the Kepler (CC 3.x) architectures entirely. However, it introduces...
**Describe the bug** Running meson setup with a CGAL Dependency results in unhandled exception. **To Reproduce** vcpkg install cgal:x64-windows meson.build: ``` project('test_project', 'cpp', version : '0.1.0', license : 'GPL-3+', meson_version...
:wave: This PR fixes the issues I found when trying to use NASM to build a library under MSVC. The associated issues need to be fixed in tandem in order...
It could cause functions to be incorrectly detected as found when the `prefix: '#include '` argument is omitted. This only happens when compiling with a new XCode toolchain while targeting...
mostly this just changes the pic calculation to reuse the one already done in the StaticLibrary initializer, but there's also a bit of code-reuse going on here as well. This...
**Describe the bug** pkgconf by default strips the "system" include folder when querying `--cflags`. For that, it needs either `--keep-system-cflags` or the environment `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS` set. This, for example, prevents linking...
OpenBSD has execinfo as compiler lib, as well as DragonFly. This reverts commit 0241948d8fa37f59eb93088a26e9b7ae642cc2d0.
This is needed too for pkgconf because it strips them by default when built with Meson. The autotools alternatives provides an option to skip that behaviour, but it would be...
We're currently trying to call the method `.log_tried()` on a function, which is invalid. Mypy even helpfully points this out, except that we don't yet run mypy on this file...