Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-09-08 18:59:13 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-09-08 18:59:13 +0300
commit54684b2a4c0eef788afed38081bee6035a4ccc4f (patch)
tree3c28dd41c58973cb1f49e3e9c1de8b66e99eb85e /extra
parent59943e9cea4d7fc62f123a524d09ab90cf33fffa (diff)
extra/python-qdldl: Add 32 bit patch
Diffstat (limited to 'extra')
-rw-r--r--extra/python-qdldl/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
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