From ae4f75acc03f01b68b722d8d522543310eeb6967 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Mon, 21 Oct 2024 20:29:54 +0200 Subject: [PATCH] remove local changes (again) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fca1d8536..6f97e8d21 100644 --- a/makefile +++ b/makefile @@ -420,7 +420,7 @@ endif # python --------------------------------------------------------------------- python: $(STATICLIB) $(DYNLIB) - FINUFFT_DIR=$(FINUFFT) $(PYTHON) -m pip -v install --user --break-system-packages python/finufft + FINUFFT_DIR=$(FINUFFT) $(PYTHON) -m pip -v install --user python/finufft # note to devs: if trouble w/ NumPy, use: pip install ./python --no-deps $(PYTHON) python/finufft/test/run_accuracy_tests.py $(PYTHON) python/finufft/examples/simple1d1.py