This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


    from 0a6197f  Merge pull request #33 from apache/hll_license
     add 1b8b093  test changes to let repo work with pip
     add c322641  add missing __init__.py (which .gitignore was set to ignore)
     add 6793eff  update .gitignore to detect __init__.py
     add e40473b  tweaks to try to improve the python install process
     add 2ee7583  add cmake dependency to python build
     add 660bd88  default to building tests only if cppunit found
     add 55ecc0d  properly fix cppunit option, only build common test files if 
building tests
     add 2ae4948  Remove debug output
     add 8ba8a10  clean up setup.py a bit
     add 62a00ac  quasi-working python wrapper, probably works best on mac. 
planning to merge this and then refactor to use pybind11 for better portability
     add a3e1e9a  Merge remote-tracking branch 'origin' into py_setup
     add 09f29bc  Merge remote-tracking branch 'origin' into py_setup
     add 4fcad9d  clean up cmake files so python compiles
     new be0f07e  Merge pull request #35 from apache/py_setup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore             |  2 ++
 CMakeLists.txt         | 14 +++++---
 common/CMakeLists.txt  |  5 ++-
 cpc/CMakeLists.txt     |  2 +-
 fi/CMakeLists.txt      | 10 +++++-
 hll/CMakeLists.txt     |  4 +--
 kll/CMakeLists.txt     | 10 +++++-
 pyproject.toml         |  2 ++
 python/CMakeLists.txt  | 26 +++++++--------
 python/src/__init__.py |  2 ++
 setup.py               | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 138 insertions(+), 25 deletions(-)
 create mode 100644 pyproject.toml
 create mode 100644 python/src/__init__.py
 create mode 100644 setup.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to