We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735f35f commit b335c9bCopy full SHA for b335c9b
setup.py
@@ -17,16 +17,7 @@
17
18
19
def get_boost_libraries():
20
- # base_lib = "boost_python"
21
- # major, minor = str(sys.version_info[0]), str(sys.version_info[1])
22
- # tags = [f"{major}{minor}", major, ""]
23
- # mttags = ["", "-mt"]
24
- # candidates = [base_lib + tag for tag in tags for mt in mttags] + [base_lib]
25
- # for lib in candidates:
26
- # if find_library(lib):
27
- # return [lib]
28
- # raise RuntimeError("Cannot find a suitable Boost.Python library.")
29
- """
+ """
30
Link against both Boost.Python and Boost.Serialization
31
from the active conda env’s lib/ directory.
32
"""
0 commit comments