Dylan Baker
Dylan Baker
I really, really, really want to have this. The number of issues we've fielded in Meson that turned out to be "my pkg-config picked up a .pc file for my...
Can we leave this open for a little bit longer? I would like to write some actual code to handle this before we declare it finished, and I didn’t have...
Can you post the contents of your pkg-config file for mpi (if it's using pkg-config), and are you using pkg-config or pkgconf?
I'm pretty sure the problem is `-Wl,-rpath -Wl,${libdir}`, which some layer is treating as two separate arguments that can be broken up and so we end up moving them around....
How does the caf CMake build expect to find OpenSSL?
Which means it's using `FindOpenSSL`. It looks like there's a `-DOPENSSL_ROOT_DIR` option to pass to cmake in this case, but figuring out we need that option and passing it around...
Or correctly intercepting the `find_package` call. I'll have to dig into what the cmake module is doing a bit more
Out of curiosity, does it work with `static : false` (or the static option removed)?
I'd prefer if we have some sort of definition here. I have real concerns about difficulties in projects with multiple build systems getting different results because (for example) CMake sorts...
> As far as I'm concerned, it's always permissible to specify something that was previously unspecified, since the specified behavior will always be a subset of what the unspecified behavior...