Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/finance/chiapos/files/patch-setup.py
16461 views
1
--- setup.py.orig 2025-04-24 01:51:48 UTC
2
+++ setup.py
3
@@ -107,9 +107,6 @@ ext_modules = [
4
"src/chacha8.c",
5
],
6
include_dirs=[
7
- # Path to pybind11 headers
8
- get_pybind_include(),
9
- get_pybind_include(user=True),
10
"src",
11
"uint128_t",
12
".",
13
@@ -186,6 +183,7 @@ if platform.system() == "Windows":
14
if platform.system() == "Windows":
15
setup(
16
name="chiapos",
17
+ version="1.0.7",
18
author="Mariano Sorgente",
19
author_email="[email protected]",
20
description="Chia proof of space plotting, proving, and verifying (wraps C++)",
21
22