Open
Description
We would like to use cmake
package in Horovod. One of the requirements we have is to not modify the existing CMake installed in the system.
Would it be possible to have a version of CMake package that does not place entry_points
, and instead relies on the user doing:
import cmake
subprocess.check_call([os.path.join(cmake.CMAKE_BIN_DIR, 'cmake'), '...'])
?
If you have any other suggestions on how we could achieve that, they'd be much appreciated!