You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: build_tarballs.jl
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,27 @@ else
25
25
blasldflags+=" -lopenblas"
26
26
fi
27
27
28
+
# Patch to reverse this WIN64 change: https://github.com/cvxgrp/scs/commit/9858d6b562f499de75493b85286276c19ad84c6f#diff-a9dbab3214616022c64ee2656440f544
29
+
# Looks like it is known that this change causes trouble witn mingw32 (but not for mingw64?):
0 commit comments