google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.32k stars 308 forks source link

Use official absl instead of s2/absl and clean #211

Closed shangfu-peng closed 3 years ago

shangfu-peng commented 3 years ago

Following https://github.com/jmr/s2geometry/commit/a4884a3b023180290b0d5fa24a4d4059fb5746c8 to use the offcial absl

  1. Add workspace and build
  2. remove s2/absl, and use the com_google_absl
  3. Remove s2/btree to use the absl/btree
  4. some cleans

bazel build works now.

google-cla[bot] commented 3 years ago

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.