Skip to content

Commit 87a32be

Browse files
authored
recipe: introduce PyProjectRecipe and MesonRecipe (to update pandas, numpy and other recipes) (#3007)
1 parent 33e1b46 commit 87a32be

File tree

21 files changed

+376
-297
lines changed

21 files changed

+376
-297
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN ${RETRY} apt -y update -qq > /dev/null \
5757
ant \
5858
autoconf \
5959
automake \
60+
autopoint \
6061
ccache \
6162
cmake \
6263
g++ \
@@ -70,6 +71,7 @@ RUN ${RETRY} apt -y update -qq > /dev/null \
7071
make \
7172
openjdk-17-jdk \
7273
patch \
74+
patchelf \
7375
pkg-config \
7476
python3 \
7577
python3-dev \

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ testapps-with-scipy/%: virtualenv
5555
. $(ACTIVATE) && cd testapps/on_device_unit_tests/ && \
5656
export LEGACY_NDK=$(ANDROID_NDK_HOME_LEGACY) && \
5757
python setup.py $(ARTIFACT) --$(MODE) --sdk-dir $(ANDROID_SDK_HOME) --ndk-dir $(ANDROID_NDK_HOME) \
58-
--requirements python3,scipy,kivy \
58+
--requirements python3,scipy,kivy \
5959
--arch=armeabi-v7a --arch=arm64-v8a
6060

6161
testapps-webview: testapps-webview/debug/apk testapps-webview/release/aab

doc/source/quickstart.rst

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ the following command (re-adapted from the `Dockerfile` we use to perform CI bui
7272
ant \
7373
autoconf \
7474
automake \
75+
autopoint \
7576
ccache \
7677
cmake \
7778
g++ \
@@ -85,6 +86,7 @@ the following command (re-adapted from the `Dockerfile` we use to perform CI bui
8586
make \
8687
openjdk-17-jdk \
8788
patch \
89+
patchelf \
8890
pkg-config \
8991
python3 \
9092
python3-dev \

0 commit comments

Comments
 (0)