index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-11 16:57:54 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-11 16:57:54 +0300 |
commit | 0ec96c0c589b50c458ed63e46867e7dcc672966a (patch) | |
tree | 6b55c76762ee892250aedb9f87d6669333580664 /extra/python-scikit-learn/PKGBUILD | |
parent | 2647689e9acc850268ba81b9e3f8eb4807c58475 (diff) |
-rw-r--r-- | extra/python-scikit-learn/PKGBUILD | 7 |
diff --git a/extra/python-scikit-learn/PKGBUILD b/extra/python-scikit-learn/PKGBUILD new file mode 100644 index 00000000..c6ea8ecb --- /dev/null +++ b/extra/python-scikit-learn/PKGBUILD @@ -0,0 +1,7 @@ +# Temporary hack for gcc14 +eval "$( + declare -f build | \ + sed ' + 3 i CFLAGS="-Wno-incompatible-pointer-types $CFLAGS" + ' +)" |