index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 18:59:13 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 18:59:13 +0300 |
commit | 54684b2a4c0eef788afed38081bee6035a4ccc4f (patch) | |
tree | 3c28dd41c58973cb1f49e3e9c1de8b66e99eb85e | |
parent | 59943e9cea4d7fc62f123a524d09ab90cf33fffa (diff) |
-rw-r--r-- | extra/python-qdldl/PKGBUILD | 12 |
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 |