Path: blob/main/finance/chiapos/files/patch-setup.py
18160 views
--- setup.py.orig 2025-04-24 01:51:48 UTC1+++ setup.py2@@ -107,9 +107,6 @@ ext_modules = [3"src/chacha8.c",4],5include_dirs=[6- # Path to pybind11 headers7- get_pybind_include(),8- get_pybind_include(user=True),9"src",10"uint128_t",11".",12@@ -186,6 +183,7 @@ if platform.system() == "Windows":13if platform.system() == "Windows":14setup(15name="chiapos",16+ version="1.0.7",17author="Mariano Sorgente",18author_email="[email protected]",19description="Chia proof of space plotting, proving, and verifying (wraps C++)",202122