@@ -6,26 +6,25 @@ using Base.BinaryPlatforms
6
6
# copied from libsingular_julia:
7
7
# See https://github.com/JuliaLang/Pkg.jl/issues/2942
8
8
# Once this Pkg issue is resolved, this must be removed
9
- uuidosxunw = Base. UUID (" a83860b7-747b-57cf-bf1f-3e79990d037f" )
10
9
uuidopenssl = Base. UUID (" 458c3c95-2e84-50aa-8efc-19380b2a3a95" )
11
- delete! (Pkg. Types. get_last_stdlibs (v " 1.6.3" ), uuidosxunw)
12
10
delete! (Pkg. Types. get_last_stdlibs (v " 1.12.0" ), uuidopenssl)
13
11
delete! (Pkg. Types. get_last_stdlibs (v " 1.13.0" ), uuidopenssl)
14
12
15
13
# needed for libjulia_platforms and julia_versions
16
14
include (" ../../L/libjulia/common.jl" )
17
15
18
16
name = " libpolymake_julia"
19
- version = v " 0.13.4 "
17
+ version = v " 0.14.0 "
20
18
21
19
# 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)
23
22
julia_compat = join (" ~" .* string .(getfield .(julia_versions, :major )) .* " ." .* string .(getfield .(julia_versions, :minor )), " , " )
24
23
25
24
# Collection of sources required to build libpolymake_julia
26
25
sources = [
27
26
GitSource (" https://github.com/oscar-system/libpolymake-julia.git" ,
28
- " 86391622a702d7dec1932dc8bd3f0733a59074ff " ),
27
+ " ab7ba5a059a7cb08ce2875fc291219b5b20ac08e " ),
29
28
]
30
29
31
30
# Bash recipe for building across all platforms
@@ -74,10 +73,10 @@ dependencies = [
74
73
Dependency (" TOPCOM_jll" ; compat = " ~0.17.8" ),
75
74
Dependency (" lib4ti2_jll" ; compat = " ^1.6.10" ),
76
75
Dependency (" libcxxwrap_julia_jll" ; compat = " ~0.14.3" ),
77
- Dependency (" polymake_jll" ; compat = " ~400.1300.4 " ),
76
+ Dependency (" polymake_jll" ; compat = " ~400.1400.0 " ),
78
77
79
78
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 " )),
81
80
HostBuildDependency (PackageSpec (name= " lib4ti2_jll" , version= v " 1.6.10" )),
82
81
HostBuildDependency (PackageSpec (name= " TOPCOM_jll" , version= v " 0.17.8" )),
83
82
]
0 commit comments