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