Erik Schnetter

Results 425 comments of Erik Schnetter

Does the function `_rpaths` work for macOS? (I don't quite understand your comment – are you saying that we "don't update the rpath list", in the sense that `_rpaths` doesn't...

That bit I understood. Let me ask my question differently: How do I get the current list of rpaths in the library? Is there infrastructure for this, or would I...

The error message `CMake Error: The source directory "/workspace/srcdir/libigl/build/ "` is weird. Note the trailing space. You can try building in the main directory. For that, remove the `mkdir build`...

I do not understand the setup, or the problem that this would solve. MPI libraries, like any libraries, are declared to be dependencies of a package. This will then guarantee...

Making it easy for the package maintainers is one thing. We also need to ensure that these packages are usable, and they should be usable in the "standard" way. All...