Skip to content

Commit 03a0683

Browse files
committed
Clarified build instructions for NumPy
1 parent 499e824 commit 03a0683

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ pip: Python-macOS
467467
$(HOST_PYTHON) -m ensurepip
468468

469469
# Create the directory that will contain installed packages
470-
dist/app_packages:
470+
dist/app_packages: pip
471471
mkdir -p dist/app_packages
472472

473473
# Makefiles for individual binary packages that are supported.

patch/numpy/README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Adding NumPy to your iOS project
33

44
1. Build NumPy. You can either build NumPy specficially::
55

6-
make <name of package>
6+
make numpy
7+
8+
or build NumPy for a specific platform::
9+
10+
make numpy-iOS
711

812
or build all supported binary packages::
913

0 commit comments

Comments
 (0)