Commit Graph

21 Commits

Author SHA1 Message Date
Maxython 727fc3baa0 tree-wide: make python packages use termux_setup_python_pip
Instead of termux_setup_python_crossenv.
2023-01-16 09:29:47 +03:00
Henrik Grimler 3ec82277d7
tree-wide: use git+[...] instead of [...].git for git urls
The termux_git_clone_src script has been updated and now expects git
urls to start with git+ instead.

%ci:no-build
2023-01-01 18:31:43 +01:00
Termux Github Actions 09a8870e46 bump(main/python-numpy): 1.24.1
This commit has been automatically submitted by Github Actions.
2022-12-26 18:15:32 +00:00
Chongyun Lee b3b1092640 python-numpy: link against libandroid-complex-math
To fix the following error on Android 7.

dlopen failed: cannot locate symbol "csinl" referenced by "@TERMUX_PREFIX@/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311.so"
2022-12-26 04:06:57 +00:00
Lucy Phipps 10506cd222
numpy: update to v1.24.0 (#13975) 2022-12-18 22:55:46 +00:00
Chongyun Lee bc9457e2c2
python-numpy: switch to latest-release-tag
Closes #13367. %ci:no-build
2022-11-23 09:53:02 +08:00
Termux Github Actions 7f518f6a83 upgpkg(main/python-numpy): 1.23.5
This commit has been automatically submitted by Github Actions.
2022-11-20 00:31:52 +00:00
Lucy Phipps cbba2d7bae
use wheel to build python-crossenv packages
%ci:no-build
2022-10-30 01:06:29 +01:00
Tee KOBAYASHI 1dd07c5d4a python-numpy: Revbump to rebuild against Python 3.11 2022-10-30 07:11:48 +09:00
Tee KOBAYASHI 9389668df1 python-numpy: Use pip install 2022-10-27 15:59:35 +00:00
Termux Github Actions 5439d276eb python-numpy: update to 1.23.4
This commit has been automatically submitted by Github Actions.
2022-10-10 00:34:23 +00:00
Chongyun Lee dcef8f1b3a python-numpy: link against libopenblas 2022-09-21 16:30:24 +08:00
Chongyun Lee 16d0f120d5 python-numpy: fix ext_suffix 2022-09-12 06:32:54 +08:00
Termux Github Actions 2dddea7350 python-numpy: update to 1.23.3
This commit has been automatically submitted by Github Actions.
2022-09-09 18:17:23 +00:00
Termux Github Actions b7511cedf7 python-numpy: update to 1.23.2
This commit has been automatically submitted by Github Actions.
2022-09-03 18:15:28 +00:00
Henrik Grimler a062d6fc2d
chore(main/python-numpy): enable auto update 2022-09-03 17:38:19 +02:00
Henrik Grimler e58c8ed73c
chore(main/python-numpy): set maintainer to @termux
And remove reminder to upgrade python-scipy (since that package does
not exist in termux-packages).
2022-09-03 17:34:48 +02:00
Henrik Grimler b8b2235e1c
chore(main/python-numpy): bump after mv to main repository
Numpy needs MATHLIB=m to be set when installing or else an error
occurs (issue termux/termux-packages#10808).  Since it needs such a
workaround to be installable through pip it makes sense to keep
package in official repositories.
2022-09-03 17:34:46 +02:00
Henrik Grimler 5f766a02d8
chore(main/python-numpy): should be no need to specify PROVIDES 2022-09-03 17:34:41 +02:00
Henrik Grimler f220dd1bdc
chore(main/python-numpy): mv some code into step pre_configure
We want the build.sh to be sourceable without errors, even if
variables like TERMUX_SCRIPTDIR and TERMUX_ON_DEVICE_BUILD are not
set, so move the code for getting python version and error if on
device to termux_step_pre_configure.
2022-09-03 17:34:36 +02:00
Chongyun Lee 2c74f2af3a
new package: python-numpy 2022-09-03 17:34:30 +02:00