Hi Timo, Timo Röhling <roehl...@debian.org> writes: > * Ole Streicher <oleb...@debian.org> [2024-11-18 13:40]: >>Build log is f.e. >>https://salsa.debian.org/debian-astro-team/pybdsf/-/jobs/6612895 > The problem is most likely caused by "find_package(F2PY)", which does > not take different Python versions into account [1].
This is indeed the case. But shouldn't that be adjusted for Debian (or even upstream)? Setting f2py different from the Python minor version seems a bug to me. At the end, everybody tyrying to run a project that uses "find_package(F2PY)" for a non-default Python version on Debian will stumble upon it, which is a bit contrary to the idea of having CMake figuring the required configuration. Best Ole