s2geometry icon indicating copy to clipboard operation
s2geometry copied to clipboard

build pip wheel in wrapper cmake

Open figroc opened this issue 5 years ago • 7 comments

The original CMakeLists.txt for python installs the lib and py files directly to python site. They are not versioned and the installation dir is affected by CMAKE_INSTALL_PREFIX. While the latter is not necessary bad, the former definitely is and it's bad for redistribution. This PR is partially related to #93.

figroc avatar Nov 21 '19 13:11 figroc

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Nov 21 '19 13:11 googlebot

@googlebot I signed it!

figroc avatar Nov 21 '19 13:11 figroc

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Nov 21 '19 13:11 googlebot

@figroc @jmr Is there any plan to merge this branch?

cheng-chi avatar Mar 27 '20 00:03 cheng-chi

anything new on this?

calestyo avatar Jul 02 '20 23:07 calestyo

Can you resolve the conflicts?

jmr avatar Sep 11 '20 12:09 jmr

CI is failing: https://travis-ci.org/github/google/s2geometry/jobs/726922409#L873

It looks like setuptools needs to be installed first. Can you update README.md with new python build instructions and update .travis.yml to do pip install setuptools?

jmr avatar Sep 14 '20 07:09 jmr