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

Allow easy usage of different compiler versions in the buildsystem #1253

Open
simonsan opened this issue May 4, 2020 · 0 comments
Open

Allow easy usage of different compiler versions in the buildsystem #1253

simonsan opened this issue May 4, 2020 · 0 comments

Comments

@simonsan
Copy link
Contributor

@simonsan simonsan commented May 4, 2020

Right now we can not easily set a compile and a version within our configure script. #1250 did a small fix for clang-9 and clang-10 because we needed that for the CI. But it would be nice to create some parser that "respects the versions making it easier to test for multiple compiler versions" (@TheJJ ).

Regarding:

This should be just a small fix, we should probably implement something that splits compiler into compiler-name and compiler-version => if it's clang and then append the version to clang++.

Originally posted by @simonsan in #1250

And yes, the compiler-name-and-version parser would be the real fix. But, if we implement it, the version should actually be respected, since that way you may test multiple compiler versions easily.

Originally posted by @TheJJ in #1250

@simonsan simonsan added this to todo in buildsystem via automation May 4, 2020
@simonsan simonsan changed the title Parse compile name and version and use it within the buildsystem Parse compiler name and version and use it within the buildsystem May 4, 2020
@TheJJ TheJJ changed the title Parse compiler name and version and use it within the buildsystem Allow easy usage of different compiler versions in the buildsystem May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
buildsystem
  
todo
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.