Skip to content

Commit 95c724f

Browse files
committed
[libpolymake_julia] update to 0.14, build with polymake 4.14, drop julia < 1.10
1 parent 126dc67 commit 95c724f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

L/libpolymake_julia/build_tarballs.jl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ using Base.BinaryPlatforms
66
# copied from libsingular_julia:
77
# See https://github.com/JuliaLang/Pkg.jl/issues/2942
88
# Once this Pkg issue is resolved, this must be removed
9-
uuidosxunw = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
109
uuidopenssl = Base.UUID("458c3c95-2e84-50aa-8efc-19380b2a3a95")
11-
delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuidosxunw)
1210
delete!(Pkg.Types.get_last_stdlibs(v"1.12.0"), uuidopenssl)
1311
delete!(Pkg.Types.get_last_stdlibs(v"1.13.0"), uuidopenssl)
1412

1513
# needed for libjulia_platforms and julia_versions
1614
include("../../L/libjulia/common.jl")
1715

1816
name = "libpolymake_julia"
19-
version = v"0.13.4"
17+
version = v"0.14.0"
2018

2119
# reminder: change the above version when changing the supported julia versions
22-
# julia_versions is now taken from libjulia/common.jl
20+
# julia_versions is now taken from libjulia/common.jl and filtered
21+
filter!(>=(v"1.10"), julia_versions)
2322
julia_compat = join("~" .* string.(getfield.(julia_versions, :major)) .* "." .* string.(getfield.(julia_versions, :minor)), ", ")
2423

2524
# Collection of sources required to build libpolymake_julia
2625
sources = [
2726
GitSource("https://github.com/oscar-system/libpolymake-julia.git",
28-
"86391622a702d7dec1932dc8bd3f0733a59074ff"),
27+
"ab7ba5a059a7cb08ce2875fc291219b5b20ac08e"),
2928
]
3029

3130
# Bash recipe for building across all platforms
@@ -74,10 +73,10 @@ dependencies = [
7473
Dependency("TOPCOM_jll"; compat = "~0.17.8"),
7574
Dependency("lib4ti2_jll"; compat = "^1.6.10"),
7675
Dependency("libcxxwrap_julia_jll"; compat = "~0.14.3"),
77-
Dependency("polymake_jll"; compat = "~400.1300.4"),
76+
Dependency("polymake_jll"; compat = "~400.1400.0"),
7877

7978
HostBuildDependency(PackageSpec(name="Perl_jll", version=v"5.34.1")),
80-
HostBuildDependency(PackageSpec(name="polymake_jll", version=v"400.1300.4")),
79+
HostBuildDependency(PackageSpec(name="polymake_jll", version=v"400.1400.0")),
8180
HostBuildDependency(PackageSpec(name="lib4ti2_jll", version=v"1.6.10")),
8281
HostBuildDependency(PackageSpec(name="TOPCOM_jll", version=v"0.17.8")),
8382
]

0 commit comments

Comments
 (0)