Skip to content

Commit c5847f8

Browse files
committed
release 0.73.23
2 parents eeb106d + 330bca6 commit c5847f8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build_tarballs.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Note that this script can accept some limited command-line arguments, run
22
# `julia build_tarballs.jl --help` to see a usage message.
33
using BinaryBuilder
4-
using Pkg: PackageSpec
54

65
const YGGDRASIL_DIR = "../.."
76
include(joinpath(YGGDRASIL_DIR, "fancy_toys.jl"))
@@ -61,7 +60,6 @@ install_license $WORKSPACE/srcdir/gr/LICENSE.md
6160
if [[ $target == *"apple-darwin"* ]]; then
6261
cd ${bindir}
6362
ln -s ../Applications/gksqt.app/Contents/MacOS/gksqt ./
64-
ln -s ../Applications/grplot.app/Contents/MacOS/grplot ./
6563
ln -s ../Applications/GKSTerm.app/Contents/MacOS/GKSTerm ./
6664
fi
6765
"""
@@ -104,11 +102,12 @@ dependencies = [
104102
Dependency("libpng_jll"),
105103
Dependency("Libtiff_jll"; compat="4.7.1"),
106104
Dependency("Pixman_jll"),
107-
Dependency("Qt6Base_jll"),
105+
HostBuildDependency("Qt6Base_jll"),
106+
Dependency("Qt6Base_jll"; compat="~6.10.2"),
108107
BuildDependency("Xorg_libX11_jll"),
109108
BuildDependency("Xorg_xproto_jll"),
110-
Dependency("Zlib_jll"),
111-
HostBuildDependency(PackageSpec(; name="CMake_jll", version = "3.31.9")),
109+
Dependency("Zlib_jll"; compat="1.3.1"),
110+
HostBuildDependency("CMake_jll"),
112111
]
113112

114113
platforms_win = filter(Sys.iswindows, platforms)

0 commit comments

Comments
 (0)