-
Notifications
You must be signed in to change notification settings - Fork 575
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
[OpenSpiel] Update to new version #2437
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c7770dd
Update build_tarballs.jl
findmyway 250b187
Update build_tarballs.jl
findmyway 04fb7e7
Update build_tarballs.jl
findmyway 60f6263
Merge remote-tracking branch 'upstream/master' into patch-3
findmyway 017517e
update to v0.3.1
findmyway b38c1c7
correct hash
findmyway 455ba20
suport only x86_64
findmyway 70cafeb
remove macos
findmyway 25b81ba
switch to gcc 9
findmyway 0042701
update dependency of dds
findmyway 0f10173
update julia version to 1.6
findmyway 5567fcc
Remove unused `platforms`
findmyway 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.
I'm fairly sure this won't run at all in Julia v1.5. Why don't you use older versions of GCC, like 5 at least?
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.
The main reason is that it doesn't compile with an older version.
https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=9294&view=logs&j=9f338677-a1f4-503e-790c-a58f3dc3b685&t=2483d461-f979-587b-ef3a-641fb5f6eb6a&l=5029
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.
I think this is fine since we're targeting Julia v1.6 for this package?
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.
Are we? You're building against libjulia 1.5
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.
I see. Yeah, then I have no choice but to wait for 1.6
╮(╯▽╰)╭
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.
With Julia v1.6 we ship a newer libstdc++ in the official binaries, so those symbols marked with
GLIBCXX_3.4.26
won't be a problem