-
Notifications
You must be signed in to change notification settings - Fork 41
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
Migration to package format 2 #7
Comments
+1 for not installing headers for"executable-only" packages |
|
+1 for not installing headers of "executable-only" packages. |
How should boost dependencies be handled? |
+1 for not installing headers of "executable-only" packages |
I'd suggest to be consequent and add explicit dependencies for boost! |
Also, how about packages where there are libraries? This would mean:
How about libraries, that are used by other packages, e.g.
What about plugins? @ipa-mdl could you bring in some light here? |
I'd postpone reviewing "everything-tests-related" to the new issue #8 |
What are we going to to about tags like this (e.g. from here):
|
You are right with the libraries. C++11 code should be avoided for now if possible. C++11 is will be okay for executables, but probably not for librares, since the c++11 flags must be passed to dependent packages and I do not know if this works. |
So we have to decide how to handle the libraries, right? So my vote is for installing (generally) installing libraries and headers with the respective |
So boost should only be addes as dependency, when any boost header is explicitely included. right? |
Boost should be added at least if certain components are used (system, threads, file_system). If the libs should be used elsewhere (i.e. are useful for others, too) they should be installed. |
So most of the packages have been migrated and merged!
@ipa-fmw @ipa-nhg @ipa-mdl @ipa-mig @ipa-rmb @ipa-bnm |
I'll take over |
i take cob_android |
I take care-o-bot and cob_test_robots |
and my votes
plugins:
boost:
|
@ipa-bnm |
ipa320/cob_navigation#50 and ipa320/cob_extern#48 done. |
Awesome |
I'll start triggering new releases...later the day/evening...@ipa-fmw @ipa-nhg FYI |
I’d like to do this for cob_navigation as well. Von: Felix Messmer [mailto:notifications@github.com] I'll start triggering new releases...later the day/evening... — |
I decided to go on with the rest of the repositories... |
All 💚 😉 |
👏 |
schunk_robots will not be released |
@ipa-fmw @ipa-nhg @ipa-mdl @ipa-mig @ipa-rmb @ipa-bnm
https://github.com/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+user%3Aipa320+Migration+package+format+2
Let's use this Issue for general discussion about what's still missing for a successfull migration to package format 2:
Remaining repos to be migrated:
Remaining decisions to be applied wherever it occurs:
Please contribute to the discussion in case something is not yet mentioned here...
The text was updated successfully, but these errors were encountered: