Mats Wichmann

Results 67 issues of Mats Wichmann

Since time immemorial (*), SCons docs have suggested that if you choose a Fortran "dialect", some of its own settings can be used for things specific to that dialect, otherwise...

The manpage has always said that for a given dialect (e.g. F90), you should set `FORTRANFLAGS` and `FORTRANPATH` unless you need values that are unique to just that dialect, in...

Fortran

There are some basic test setup functions like `test.subdir` and `test.write` that could easily recognize Path objects and act on them, rather than requiring a string. This would allow using...

testsuite

In a somewhat obscure combination, if memo stats printing is enabled (`--debug=memoizer`) *and* a shared library is created, scons will fail with an exception subst'ing `_LIBFLAGS`. The variable being expanded...

--debug

This topic was previously raised in #2905, which was closed in 2018 without apparently having been really resolved. This issue is created because of a fresh mention. The User Guide...

subst

After a brief mention on Discord (sadly can't link to those) currently can only enable derived-file caching with a call to `CacheDir(path)` in an sconscript. It seems like a command-line...

enhancement
cachedir
args_and_options

This was failing on a GitHub Windows Runner, for obscure reasons. Reworked a bunch to be more general. Dropped the whole dance about getting an ordered dict, since with the...

testsuite