From 05562c356833308b628b6a033ee8959ef4529379 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 18 May 2023 21:31:07 +1200 Subject: [PATCH] [SDPA] rebuild with no changes for latest libcxxwrap (#6760) --- S/SDPA/build_tarballs.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/S/SDPA/build_tarballs.jl b/S/SDPA/build_tarballs.jl index 235e90537c8..c107da8d57d 100755 --- a/S/SDPA/build_tarballs.jl +++ b/S/SDPA/build_tarballs.jl @@ -1,5 +1,6 @@ # Note that this script can accept some limited command-line arguments, run # `julia build_tarballs.jl --help` to see a usage message. + using BinaryBuilder, Pkg # See https://github.com/JuliaLang/Pkg.jl/issues/2942