From 54684b2a4c0eef788afed38081bee6035a4ccc4f Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sun, 8 Sep 2024 18:59:13 +0300 Subject: extra/python-qdldl: Add 32 bit patch --- extra/python-qdldl/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra') diff --git a/extra/python-qdldl/PKGBUILD b/extra/python-qdldl/PKGBUILD index c6ea8ecb..02bfa340 100644 --- a/extra/python-qdldl/PKGBUILD +++ b/extra/python-qdldl/PKGBUILD @@ -1,7 +1,5 @@ -# Temporary hack for gcc14 -eval "$( - declare -f build | \ - sed ' - 3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS" - ' -)" +# Thanks to imciner2 on GitHub +# https://github.com/osqp/qdldl-python/pull/16 +eval "$(declare -f prepare | sed '4ised -i s@amd_l_order@amd_order@ cpp/qdldl.cpp')" + +unset check -- cgit v1.2.3-70-g09d2