Skip to content
Merged
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
4 changes: 2 additions & 2 deletions L/libpolymake_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ delete!(Pkg.Types.get_last_stdlibs(v"1.13.0"), uuidopenssl)
include("../../L/libjulia/common.jl")

name = "libpolymake_julia"
version = v"0.13.4"
version = v"0.13.5"

# reminder: change the above version when changing the supported julia versions
# julia_versions is now taken from libjulia/common.jl
Expand Down Expand Up @@ -66,7 +66,7 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
BuildDependency(PackageSpec(;name="libjulia_jll", version=v"1.10.18")),
BuildDependency(PackageSpec(;name="libjulia_jll", version=v"1.10.19")),
BuildDependency("GMP_jll"),
BuildDependency("MPFR_jll"),
Dependency("CompilerSupportLibraries_jll"),
Expand Down