Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion G/GR/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies = [
Dependency("Qt6Base_jll"; compat="~6.10.2"),
BuildDependency("Xorg_libX11_jll"),
BuildDependency("Xorg_xproto_jll"),
Dependency("Zlib_jll"; compat="1.3.1"),
Dependency("Zlib_jll"; compat="1.2.12,1.3.1"),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Dependency("Zlib_jll"; compat="1.2.12,1.3.1"),
Dependency("Zlib_jll"; compat="1.2.12"),

Also, the version number of the package must be changed, it's a requirement from the package manager unfortunately

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since I want the version numbers to be synchronized, I first have to release a new GR version. Should be done by tomorrow...

HostBuildDependency("CMake_jll"),
]

Expand Down