Skip to content

Commit 7c9a426

Browse files
update build.jl
1 parent 8ed3edc commit 7c9a426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bin_prefix = "https://raw.githubusercontent.com/abhinavmehndiratta/GB_bin/master
1010

1111
download_info = Dict(
1212
Linux(:x86_64, libc=:glibc, compiler_abi=CompilerABI(:gcc7)) => ("$bin_prefix/GraphBLAS.v2.2.3.x86_64-linux-gnu-gcc7.tar.gz", "16ff3800e51623f2379f0eebf999964c18e4c38efa5430008a51d4ddbc527cd2"),
13-
Linux(:x86_64, libc=:glibc, compiler_abi=CompilerABI(:gcc8)) => ("$bin_prefix/GraphBLAS.v2.2.3.x86_64-linux-gnu-gcc8.tar.gz", "1379bc3198d145a56945f276ddf71320336f1af9df46292e2704f0e538f8938e"),
13+
Linux(:x86_64, libc=:glibc, compiler_abi=CompilerABI(:gcc8)) => ("$bin_prefix/GraphBLAS.v2.2.3.x86_64-linux-gnu-gcc8.tar.gz", "1379bc3198d145a56945f276ddf71320336f1af9df46292e2704f0e538f8938e"),
1414
)
1515

1616
if any(!satisfied(p; verbose=verbose) for p in products)

0 commit comments

Comments
 (0)