Package name
cmake
Package version
3.21.1
PyPI URL
https://pypi.org/project/cmake/
piwheels URL
https://www.piwheels.org/project/cmake/
Python version
I am the maintainer
More information
The latest cmake versions cannot be build with the default
sudo pip3 install cmake
But the following seems to work:
sudo apt update
sudo apt -y install libssl-dev cmake
sudo pip3 install cmake
Could you update the procedure accordingly ?
Package name
cmake
Package version
3.21.1
PyPI URL
https://pypi.org/project/cmake/
piwheels URL
https://www.piwheels.org/project/cmake/
Python version
I am the maintainer
More information
The latest cmake versions cannot be build with the default
sudo pip3 install cmakeBut the following seems to work:
Could you update the procedure accordingly ?