NASA-SW-VnV / ikos

Static analyzer for C/C++ based on the theory of Abstract Interpretation.
Other
2.52k stars 180 forks source link

`analyzer`: Installation script assumes `pip` tool is available #242

Closed ivanperez-keera closed 11 months ago

ivanperez-keera commented 11 months ago

The installation script assumes that the tool pip is available, which may not be true:

https://github.com/NASA-SW-VnV/ikos/blob/03293b7f21ac5510aadec84e1e6efc96cb772673/analyzer/CMakeLists.txt#L363-L367

Instead, if should use python -m pip.

Originally reported by @arthaud . Further details: https://github.com/NASA-SW-VnV/ikos/discussions/241#discussioncomment-7806872.