Meson: add a few notes

kalman-mex
Sébastien Villemot 2023-09-22 13:56:45 +02:00
parent f4bcecc0d2
commit 1e290daa44
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# TODO:
# - Install files in right location
# - configuration option to disable preprocessor build, and use it in {windows,macOS}/build.sh
# - alias_target for MEX files; use it in {windows,macOS}/build.sh
# - find a way to set GSL_BLAS_LIB to an empty value when querying pkg-config
# for gsl; otherwise there is a risk of overriding OpenBLAS/MKL (though
# probably not in our current setup); the pkgconfig_define option of
# dep.get_variable() is unfortunately not helpful
# Close to https://github.com/mesonbuild/meson/issues/3606
# - add -Wold-style-cast C++ flag except when building flex-generated files
# (only when warning_level ⩾ 2)
# - add the possibility to customize the integration test names (with a new optional 'name' keyword in the dictionaries)