Commit Graph

100 Commits

Author SHA1 Message Date
Christoph Reiter
58c141d761 python-numpy: Update to 1.26.2
* the removed patches have been upstreamed
* move to cython 3
* some cleanup
2023-11-19 11:33:19 +01:00
Christoph Reiter
8519df2bf9 Move all reverse dependencies to cython0
Which is what they used up to now, so rebuilds don't break.
We can rebuild them against cython v3 later.
2023-10-22 19:52:17 +02:00
مهدي شينون (Mehdi Chinoune)
8f7526b5a1 numpy: update to 1.26.1 2023-10-19 16:27:09 +01:00
Mehdi Chinoune
cf075f2341 python-numpy: update to 1.25.2 2023-08-12 20:02:38 +01:00
Christoph Reiter
09fc5ff426 Python rebuilds 2023-07-24 18:19:03 +02:00
Mehdi Chinoune
de23a92bda python-numpy: update to 1.25.0 2023-06-17 20:59:30 +01:00
Mehdi Chinoune
daf38aa4ab python-numpy: update to 1.24.3 2023-04-27 20:54:12 +01:00
Edward E
3aff14f924 python-numpy: fix previous patch breaking 32-bit 2023-04-22 14:09:11 -05:00
Christoph Reiter
6233f766ee numpy: link upstream PR 2023-04-02 18:55:31 +02:00
Edward E
65bd61f8dc python-numpy: fix infinite loop when writing > 4GiB 2023-03-31 02:16:50 -05:00
Mehdi Chinoune
e1403bdb06 python-numpy: update to 1.24.2 2023-02-06 18:10:27 +01:00
مهدي شينون (Mehdi Chinoune)
2392f0965a python-numpy: update to 1.24.1 2023-01-27 20:05:00 +01:00
Mehdi Chinoune
8232e36b02 python-numpy: update to 1.24.0 2023-01-27 16:44:30 +01:00
Mehdi Chinoune
a5bdafa344 python-numpy: update to 1.23.5 2022-11-20 16:55:41 +01:00
Mehdi Chinoune
f4a827d548 python-numpy: update to 1.23.4 2022-10-15 13:10:03 +01:00
Christoph Reiter
722bec5174 numpy: fix build with clang 15 2022-09-11 07:31:47 +02:00
Mehdi Chinoune
df1520e42c python-numpy: update to 1.23.3 2022-09-11 04:20:38 +01:00
Mehdi Chinoune
a2a9783bbd python-numpy: update to 1.23.2 2022-08-18 12:57:35 +00:00
مهدي شينون (Mehdi Chinoune)
0a0212abde python-numpy: update to 1.23.1 2022-07-28 10:19:18 +05:30
Mehdi Chinoune
d2980a2b42 numpy: update to 1.23.0 2022-07-04 05:29:29 +01:00
Konstantin Podsvirov
d28b0fbf49 python-numpy: Fix discovered MachAr 2022-06-30 21:25:59 +03:00
Christoph Reiter
ad3a0c37e7 Python 3.10 rebuilds 2022-06-10 17:54:24 +02:00
Markus Mützel
b0fb5c6ad1 python-numpy: don't depend on openblas for clangarm64 2022-06-03 09:02:11 +02:00
Mehdi Chinoune
7ffcd8f7ff numpy: update to 1.22.4 2022-06-03 09:27:20 +05:30
Jeremy Drake
2b3d6baee7 python-numpy: enable for clangarm64
disable openblas dependency on clangarm64 as for clang32.  I attempted
to build openblas on clangarm64, but its cmake seems to assume mingw
that's not x86_64 must be x86.
2022-02-13 19:33:17 -08:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Naveen
3456ac90f2 python-numpy: update to 1.21.5 2021-12-30 19:54:32 +05:30
Naveen
c7e826dff8 python-numpy: update to 1.21.4 2021-11-27 22:37:32 +05:30
Mehdi Chinoune
d1cf9668ee numpy: update to 1.21.3 2021-11-10 16:46:06 +01:00
Christoph Reiter
ffa5129f38 numpy: switch to upstream accepted patch 2021-11-10 07:56:00 +01:00
Christoph Reiter
10fb0c357f numpy: remove some dependencies on distutils internals 2021-11-09 10:04:50 +01:00
Mehdi Chinoune
39b52e52d4 numpy: update to 1.21.2 2021-09-11 12:17:56 +01:00
Jeremy Drake
7d87c8ecae numpy: remove --skip-build from install step
The install was missing a few files, including _numpyconfig.h.  This is
the only thing I can think of that could have caused it.
2021-07-23 10:38:52 -07:00
Jeremy Drake
4419ac4c6f numpy: fix clang build
Disable BLAS and fortran.  Numpy states both are optional to build, but
had an issue in their build scripts if fortran wasn't found.

Add an explicit clang check to a GCC bug workaround for GCC < 8.4,
because clang pretends to be a really old GCC version (like 4.x).
2021-07-22 20:44:29 -07:00
Christoph Reiter
6a16db9801 Python 3.9 rebuilds
pacman -Fqx '/python3\.8/' '.*\.py.*' '.*-cpython-.*'
2021-07-11 12:18:48 +02:00
Naveen
7fed930510 python-numpy: update to 1.21.0 2021-06-25 12:22:09 +00:00
Naveen
6cee8f0908 python-numpy: update to 1.20.3 2021-05-13 06:28:38 +00:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Naveen
c142a033bd python-numpy: update to 1.20.2 2021-03-29 17:31:54 +00:00
Christoph Reiter
2d3933dd60 More ucrt 2021-03-27 13:01:21 +01:00
Syrus Dark
3d9813f223 python-numpy: update to 1.20.1 2021-02-11 23:00:41 +05:30
Naveen M K
54570678cc pkgrel down 2021-02-01 18:32:22 +05:30
Naveen M K
9e3c22dec4 python-numpy: update to 1.20.0 2021-02-01 17:42:47 +05:30
Alexey Pavlov
c88cd754f1 python-numpy: Fix build dependencies 2021-01-11 15:11:40 +03:00
Alexey Pavlov
2c9e53d5b5 python-numpy: Update to 1.19.5 2021-01-11 13:41:28 +03:00
Alexey Pavlov
a509910e27 python-numpy: Update to 1.19.2 2020-10-08 12:21:27 +03:00
Alexey Pavlov
f8f1bed9a5 python-numpy: Update to 1.19.0 2020-06-22 10:33:24 +03:00
Alexey Pavlov
eb7d357146 python-numpy: Update to 1.18.5 2020-06-10 14:37:10 +03:00
Alexey Pavlov
f971abb69c python-numpy: Update to 1.18.4 2020-05-13 13:08:27 +03:00
Alexey Pavlov
9cf58b8b07 python-numpy: Update to 1.18.3 2020-04-20 21:50:38 +03:00