From d78414d2e50b54304eda9663de9f006b40cbc764 Mon Sep 17 00:00:00 2001 From: Joe Da Silva Date: Thu, 12 Sep 2024 21:13:33 -0700 Subject: [PATCH] step back from python build since ubuntu and macos easier with setup.py --- py/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/py/Makefile.am b/py/Makefile.am index fac8cd5..9b6c959 100644 --- a/py/Makefile.am +++ b/py/Makefile.am @@ -8,11 +8,12 @@ EXTRA_DIST = setup.py uninameslist.py GENERATED = build wheel uninameslist.egg-info dist __pycache -# wheel: $(EXTRA_DIST) -# $(PYTHON) $(srcdir)/setup.py sdist --dist-dir wheel bdist_wheel --universal --dist-dir wheel -# python3.11+ replacement for 'python setup.py sdist bdist_wheel'==>'python -m build' wheel: $(EXTRA_DIST) - $(PYTHON) -m build + $(PYTHON) $(srcdir)/setup.py sdist --dist-dir wheel bdist_wheel --universal --dist-dir wheel + +# python3.11+ replacement for 'python setup.py sdist bdist_wheel'==>'python -m build' +#wheel: $(EXTRA_DIST) +# $(PYTHON) -m build all-local: wheel