-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update jfalcou-eve requirements as of v2022.03.0 #9785
Merged
Merged
Changes from 2 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
bec6584
Update EVE recipe to take care of the new clang requirement
jfalcou 603e20f
Update g++ minimum version
jfalcou 5340f65
Add config folder rules
jfalcou f4dc298
Try to deactivate Apple Clang support
jfalcou 28a4209
Missing conandata info
jfalcou 0019432
What about not comittign before coffee
jfalcou db95aed
Changes for compiler version
jfalcou ee79300
Update recipes/jfalcou-eve/all/conanfile.py
SSE4 bebb085
Remove outlier recipe cci.*
jfalcou 52f1c37
Removed spurrious config
jfalcou 84f68aa
Conan v2 fixes
jfalcou e559fd4
Fixed Version issue
jfalcou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These new compiler requirements were working before, so now they should apply only to this new
v2022.03.0
version. Is there a reason to also increase these requirements forv2021.10.0
? If not, you can return different values depending on the versionThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed. How would I go checking the actual version from within this function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for example (maybe you need something custom to parse the version string):