Dennis Klein
Dennis Klein
> LD_LIBRARY_PATH > A list of directories in which to search for ELF libraries > at execution time. The items in the list are separated by > either colons or...
I don't follow in all details. Can you share your CMakeCache.txt or at least the entries for expat and zlib? (when the original warning happens without specifying additional hints as...
Test log looks fine. Looks more like an issue with of the test runner?
Seems to be gone after latest round of OS updates.
happy new year :) I will put this on my todo list this week. I already started on it last year, somehow lost track of it. Do you need Boost...
Check https://github.com/FairRootGroup/FairMQ/releases/tag/v1.10.1. I hope this unblocks you for now. I also tested CMake 4.2 locally on my setup and it looked like FairMQ works with CMake 4 - let me...
https://github.com/boostorg/process/issues/480 * `#define BOOST_PROCESS_VERSION=1` keeps `boost::process` pointing to api v1 * Otherwise, there is `boost::process::v1` and `boost::process::v2` while [v2 is now default](https://github.com/boostorg/process/commit/2ccd97cd48c5468b0609a488b59253efaa381711) ```diff --- a/var/spack/repos/spack_repo/builtin/packages/fairmq/package.py +++ b/var/spack/repos/spack_repo/builtin/packages/fairmq/package.py @@ -66,6 +66,7...
https://github.com/spack/spack/pull/50546 for now
@ktf Will you need this soon? Is it worth combining with https://github.com/FairRootGroup/FairMQ/pull/532?
#536 going to fix it these days