Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swig bindings/wrapper for rubby need to be moved into separate repo #22

Open
2 tasks
mikucionisaau opened this issue Jun 14, 2022 · 0 comments
Open
2 tasks

Comments

@mikucionisaau
Copy link
Member

Currently the bindings are removed as they cannot be compiled in their current state (see #19) and the best place for them is a separate repository.
The major issue is that the build system is obsolete and convoluted, needs to be rewritten from scratch, perhaps using cmake:

  • the build scripts assume that UDBM is installed and udbm-config is available, we should use find_udbm.cmake or similar to discover all that.
  • the swig Makefile is generated and then modified by a extconf.rb, perhaps we could achieve the same in cmake.
@mikucionisaau mikucionisaau changed the title UDBM swig bindings/wrapper for rubby need to moved into separate repo Swig bindings/wrapper for rubby need to moved into separate repo Jun 14, 2022
@mikucionisaau mikucionisaau changed the title Swig bindings/wrapper for rubby need to moved into separate repo Swig bindings/wrapper for rubby need to be moved into separate repo Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant