Closed mmuetzel closed 1 month ago
I hope the latest change addresses your comments.
I hope the latest change addresses your comments.
Yes, thanks!
Can you update the changelog?
Is that Changelog entry ok?
@sylvestre: Thank you for merging.
thank you for you contrib :)
Pull request purpose
Change configuration of some ctests on Windows so they work "out of the box".
Detailed changes proposed in this pull request
Windows doesn't have a mechanism similar to rpaths. Instead, shared libraries are searched in the current working directory and in the directory with the executable followed by directories in the environment variable PATH.
Add the path to the shared libarpack library to PATH for ctests that run executables that are located in a different directory and that set the current working directory not to the directory with the libarpack.dll. Use a generator expression that should be working independent on the CMake generator.
Also remove the previously added work-around from the CI rules for MinGW that is no longer needed with that change.