-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Status: Deferred / On Hold 🛑This item is on hold until further notice.This item is on hold until further notice.help wanted

Description
CMake allows bootstrapping from source (with just autotools/GNU Make). Because this package is often the only method to get a new CMake with just pip
available, I think it would be too difficult to add logic that would bootstrap a release CMake before calling scikit-build if CMake wasn't found on the path.
This would essentially be:
if is_unix and not which('cmake'):
download_extract('cmake.tar.gz')
run('./bootstrap --prefix={prefix} && make && make install')
os.environ['PATH'] += '{prefix}'
griels, minrk and agriyakhetarpal
Metadata
Metadata
Assignees
Labels
Status: Deferred / On Hold 🛑This item is on hold until further notice.This item is on hold until further notice.help wanted