Skip to content

Commit b335c9b

Browse files
committed
again
1 parent 735f35f commit b335c9b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

setup.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,7 @@
1717

1818

1919
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-
"""
20+
"""
3021
Link against both Boost.Python and Boost.Serialization
3122
from the active conda env’s lib/ directory.
3223
"""

0 commit comments

Comments
 (0)