Skip to content

Commit

Permalink
remove local changes (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Oct 21, 2024
1 parent 3581633 commit ae4f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae4f75a

Please sign in to comment.