[GitHub] [pulsar-client-python] merlimat commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-30 Thread GitBox
merlimat commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984793659 ## build-mac-wheels.sh: ## @@ -246,6 +247,43 @@ else echo "Using cached LibCurl" fi +

[GitHub] [pulsar-client-python] merlimat commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-30 Thread GitBox
merlimat commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984710861 ## CMakeLists.txt: ## @@ -17,7 +17,93 @@ # under the License. # -INCLUDE_DIRECTORIES("${Boost_INCLUDE_DIRS}" "${PYTHON_INCLUDE_DIRS}") +project (pulsar-clien

[GitHub] [pulsar-client-python] merlimat commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-30 Thread GitBox
merlimat commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984709443 ## CMakeLists.txt: ## @@ -86,18 +179,18 @@ if (APPLE) endif () endif() -message(STATUS "Using Boost Python libs: ${PYTHON_WRAPPER_LIBS}") - if (NOT PYTH

[GitHub] [pulsar-client-python] merlimat commented on a diff in pull request #1: PIP-209: Compile Python client wrapper

2022-09-30 Thread GitBox
merlimat commented on code in PR #1: URL: https://github.com/apache/pulsar-client-python/pull/1#discussion_r984708426 ## build-mac-wheels.sh: ## @@ -246,6 +247,43 @@ else echo "Using cached LibCurl" fi +