From 48bdb94c55a255a5d84eb9099aad268f7e742184 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Tue, 28 May 2024 13:15:23 -0500 Subject: [PATCH] Revert "remove non-functional automatic recompilation" This reverts commit e421c8262dbaa953e5bbb14f693558e48285fbe8. --- doc/misc.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/misc.rst b/doc/misc.rst index 808e1ad1..fe89693d 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -196,6 +196,10 @@ 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