Skip to content

Commit 61b7983

Browse files
committed
Depreacate Numpy build tooling.
1 parent 5c12950 commit 61b7983

File tree

5 files changed

+0
-411
lines changed

5 files changed

+0
-411
lines changed

Makefile

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -558,33 +558,3 @@ vars-$1: $$(foreach target,$$(TARGETS-$1),vars-$$(target))
558558
endef
559559

560560
$(foreach os,$(OS),$(eval $(call build,$(os))))
561-
562-
###########################################################################
563-
# Compiling Python Libraries with binary components
564-
###########################################################################
565-
566-
HOST_PYTHON=$(CURDIR)/build/macOS/python/bin/python3
567-
HOST_PIP=$(CURDIR)/build/macOS/python/bin/pip3
568-
569-
# Ensure pip and setuptools are available
570-
pip: Python-macOS
571-
$(HOST_PYTHON) -m ensurepip
572-
573-
# Create the directory that will contain installed packages
574-
dist/app_packages:
575-
mkdir -p dist/app_packages
576-
577-
# Makefiles for individual binary packages that are supported.
578-
include patch/numpy/Makefile.numpy
579-
580-
define build-app-packages
581-
packages-$1: numpy-$1
582-
endef
583-
584-
$(foreach os,$(OS),$(eval $(call build-app-packages,$(os))))
585-
586-
app_packages: numpy
587-
588-
# Dump vars (for test)
589-
vars: $(foreach os,$(OS),vars-$(os))
590-
@echo "APP_PACKAGES: $(APP_PACKAGES)"

README.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,6 @@ This should:
5252
The build products will be in the `build` directory; the compiled frameworks
5353
will be in the `dist` directory.
5454

55-
Binary packages
56-
---------------
57-
58-
These tools are also able to compile the following packages that have binary
59-
components:
60-
61-
* `numpy <patch/numpy/README.rst>`__
62-
63-
These binary components are not compiled by default. However, the build
64-
infrastructure of this project can compile them on request. You can run::
65-
66-
make <name of package>
67-
68-
to build a specific package; or, to build all supported packages::
69-
70-
make app_packages
71-
72-
For details on how to add these binary packages to your project, see the
73-
package-specific documentation linked above.
74-
7555
.. _for macOS: https://briefcase-support.org/python?platform=macOS&version=3.10
7656
.. _for iOS: https://briefcase-support.org/python?platform=iOS&version=3.10
7757
.. _for tvOS: https://briefcase-support.org/python?platform=tvOS&version=3.10

patch/numpy/Makefile.numpy

Lines changed: 0 additions & 78 deletions
This file was deleted.

patch/numpy/README.rst

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)