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

XyceWrapper: support more julia versions #4462

Merged
merged 5 commits into from
Feb 18, 2022

Conversation

sjkelly
Copy link
Contributor

@sjkelly sjkelly commented Feb 18, 2022

I am not 100% of the mechanics here. Let's give this a shot :)

@giordano giordano merged commit fb9aa1e into JuliaPackaging:master Feb 18, 2022
simeonschaub pushed a commit to simeonschaub/Yggdrasil that referenced this pull request Feb 23, 2022
* XyceWrapper: support more julia versions

* XyceWrapper: set julia compat

* XyceWrapper: 1.6 -> 1.6.3

* XyceWrapper: patch imported from jlqml

* XyceWrapper: filter platforms
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"7")
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat = "1.6", preferred_gcc_version=v"7")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just realised this required Julia v1.6 without changing the version number, which is a violation of second point of #2763. And this is why JuliaRegistries/General#54942 is stalling.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh that is easy enough fix :). Thanks!

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 this pull request may close these issues.

2 participants