Skip to content

Commit

Permalink
[libsingular_julia] update to latest cxxwrap (#9610)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Oct 15, 2024
1 parent 31baa19 commit 599e452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions L/libsingular_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)

name = "libsingular_julia"
version = v"0.45.6"
version = v"0.46.0"

# Collection of sources required to build libsingular-julia
sources = [
Expand Down Expand Up @@ -50,10 +50,10 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
BuildDependency(PackageSpec(;name="libjulia_jll", version=v"1.10.9")),
BuildDependency(PackageSpec(;name="libjulia_jll", version=v"1.10.11")),
BuildDependency("GMP_jll"),
BuildDependency("MPFR_jll"),
Dependency("libcxxwrap_julia_jll"; compat = "~0.11.2"),
Dependency("libcxxwrap_julia_jll"; compat = "~0.13.2"),
# we do not set a compat entry for Singular_jll -- instead we leave it to
# Singular.jl to ensure the right versions of libsingular_julia_jll and
# Singular_jll are paired. This gives us flexibility in the development
Expand Down

0 comments on commit 599e452

Please sign in to comment.