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

Missing 8.3 version of gcc #5111

Closed
dfleury2 opened this issue May 7, 2019 · 3 comments · Fixed by #5112
Closed

Missing 8.3 version of gcc #5111

dfleury2 opened this issue May 7, 2019 · 3 comments · Fixed by #5112
Milestone

Comments

@dfleury2
Copy link

dfleury2 commented May 7, 2019

Hi,
[conan 1.15.0]
is this possible to add the 8.3 version of gcc into the default settings.yml generated ?

Regards,

@memsharded memsharded self-assigned this May 7, 2019
@ghost ghost added stage: review and removed stage: triaging labels May 7, 2019
@memsharded memsharded added this to the 1.16 milestone May 7, 2019
@memsharded
Copy link
Member

Sure, lets add it: #5112. Will be in next 1.16.

Just a reminder, that Conan by default uses the major versions of gcc only, as the minor is really a patch, and intended to be fully binary compatible. The 8.3 and 9.1 minor versions can be explicitly defined though, in profiles and in command line, but they will result in different binaries than other minor gcc versions as 8.2.

@memsharded memsharded removed their assignment May 7, 2019
@dfleury2
Copy link
Author

dfleury2 commented May 7, 2019

Yes, you are right. I will certainly change the way I have configured my default profile (using only 8 instead of 8.3). The same for the linux version I add each time (debian.jessie, debian.strech and so on) instead of simply linux.
I think I have done this before I see all versions in the settings.yml, so it's probably useless to use 8.3 instead of 8 in my case.

@memsharded
Copy link
Member

Yes, there are some cases in which some users might want to exactly use gcc 8.2 and only 8.2 and make sure that the binaries are with that patch only (maybe they are patching gcc themselves, too). For the majority of cases, following the gcc major should be ok. In any case, the PR to add them is open, for those cases too.

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

Successfully merging a pull request may close this issue.

2 participants