Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libsingular_julia] update to v0.21 #4285

Merged
merged 3 commits into from
Jan 31, 2022
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
14 changes: 9 additions & 5 deletions L/libsingular_julia/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
using BinaryBuilder, Pkg
using Base.BinaryPlatforms

name = "libsingular_julia"
version = v"0.20.00"
# See https://github.com/JuliaLang/Pkg.jl/issues/2942
# Once this Pkg issue is resolved, this must be removed
uuid = Base.UUID("a83860b7-747b-57cf-bf1f-3e79990d037f")
delete!(Pkg.Types.get_last_stdlibs(v"1.6.3"), uuid)

julia_versions = [v"1.6.0", v"1.7.0", v"1.8.0"]
julia_versions = [v"1.6.3", v"1.7.0", v"1.8.0"]
name = "libsingular_julia"
version = v"0.21.0"

# Collection of sources required to build libsingular-julia
sources = [
GitSource("https://github.com/oscar-system/libsingular-julia.git", "dc655e75960c9f5fb1b6e838197dddb8b8c7501b"),
GitSource("https://github.com/oscar-system/libsingular-julia.git", "c96232eaa85e582ec94e257a69548b486ab0eadc"),
]

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -48,7 +52,7 @@ dependencies = [
BuildDependency("GMP_jll"),
BuildDependency("MPFR_jll"),
Dependency("libcxxwrap_julia_jll"),
Dependency("Singular_jll", compat = "~402.101.200"),
Dependency("Singular_jll", compat = "~403.0.100"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down