-
Notifications
You must be signed in to change notification settings - Fork 3
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
[WIP] Fix dependencies and installation #65
base: master
Are you sure you want to change the base?
Conversation
3cd3e57
to
08732b6
Compare
@David-Estevez what's the progress on this, can I help (especially with the CMake stuff)? |
Hi! I've been busy with my thesis, teaching, and covid stuff lately and I have completely lost track of this issue, its state and further steps to perform. I remember I was going to sort the code and place it in different repos, but currently I have no clue about the state of that task, and I would need to review everything again to remember how to proceed, which is not my top priority right now. About the CMake stuff... I'm not sure that the C++ code still works with the current Teo + Yarp config (it probably won't), so I don't know if it's worth your time to fix that. In any case, I really appreciate your offer, and if I finally need to fix that part I will definitely ask you for help. |
This PR tries to address #24, #31, #37 and #38
The approach is to make
textiles
to be a Python package with several dependencies:internal
: the C++ code that has to be installed for some apps to work.external
:Progress until now: