New issue 114: CMake SciPy module search bug
https://bitbucket.org/ESDLab/openfcst/issues/114/cmake-scipy-module-search-bug
Aslan Kosakian:
FindSciPy.cmake module \(`src/cmake/Modules/`\) calls `scipy.get_include()` to obtain the path to SciPy directory that is displayed during OpenFCST installation. This command is deprecated in SciPy 1.10.1 and is not available in newer versions like 1.12.0, which will cause problems during installation in the future. Currently, `scipy.get_include()` returns the path to NumPy include folder \(e.g., `.../python3.10/site-packages/numpy/core/include`\) and not the path to SciPy, and thus is not correct anyway.