From e421c8262dbaa953e5bbb14f693558e48285fbe8 Mon Sep 17 00:00:00 2001 From: Matthias Diener <mdiener@illinois.edu> Date: Thu, 9 May 2024 18:35:26 -0500 Subject: [PATCH] remove non-functional automatic recompilation (this needs scikit-build-core, not scikit-build) --- doc/misc.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/misc.rst b/doc/misc.rst index fe89693d..808e1ad1 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -196,10 +196,6 @@ For PyOpenCL, the process is as follows: # editable install - make sure to disable build isolation: $ pip install --no-build-isolation -ve . - # editable install with automatic recompilation if needed: - $ pip install --no-build-isolation -Ceditable.rebuild=true -ve . - - Tips ==== -- GitLab