Skip to content

Commit

Permalink
[libsingular_julia] update to v0.21 (JuliaPackaging#4285)
Browse files Browse the repository at this point in the history
* [libsingular_julia] update to v0.21

* Update build_tarballs.jl

* add some workarounds
  • Loading branch information
tthsqe12 authored and simeonschaub committed Feb 23, 2022
1 parent b3e46cd commit 4cee05b
Showing 1 changed file with 9 additions and 5 deletions.
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

0 comments on commit 4cee05b

Please sign in to comment.