Issue #114: CMake SciPy module search bug (ESDLab/openfcst)

4 views
Skip to first unread message

AslanK

unread,
Feb 5, 2024, 2:10:15 PM2/5/24
to open...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages