Skip to content

Commit

Permalink
Merge 9b843e6 into c23b7f3
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Mar 6, 2020
2 parents c23b7f3 + 9b843e6 commit e3db859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Expand Up @@ -24,7 +24,7 @@ if !issource_build
"https://github.com/JuliaPackaging/Yggdrasil/releases/download/MPFR-v4.0.2-1/build_MPFR.v4.0.2.jl",
"https://github.com/thofma/Flint2Builder/releases/download/ba0cee/build_libflint.v0.0.0-ba0ceed35136a2a43441ab9a9b2e7764e38548ea.jl",
"https://github.com/thofma/NTLBuilder2/releases/download/v10.5.0-1/build_libntl.v10.5.0.jl",
"https://github.com/wbhart/SingularBuilder/releases/download/v0.0.3/build_libsingular.v0.0.1-2.jl",
"https://github.com/wbhart/SingularBuilder/releases/download/v0.0.4/build_libsingular.v0.0.1-2.jl",
]

const prefix = Prefix(get([a for a in ARGS if a != "--verbose"], 1, joinpath(@__DIR__, "usr")))
Expand Down Expand Up @@ -65,7 +65,7 @@ else # source build
const debug_build = false # N.B: debug builds are up to 50 times slower at runtime!

@show NTL_VERSION = "10.5.0"
@show SINGULAR_VERSION = "1d8f29959c005b422c8aa69512eee7c45c4bdab1"
@show SINGULAR_VERSION = "685700007296bcb12ecd15cd6f76760dc598af41"
@show CDDLIB_VERSION = "094h"

println("Removing old binaries ...")
Expand Down

0 comments on commit e3db859

Please sign in to comment.