summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMeng Weng Wong <mengwong@gmail.com>2022-02-25 14:56:50 +0800
committerInari Listenmaa <inari.listenmaa@gmail.com>2022-03-05 12:59:25 +0800
commitb53a102c98ec9693a5cbecb9ade08bc1a1d07742 (patch)
treec4887072e30758e7a26b524ee537239d5afb08f9 /src
parentbc14a56f83402f73acd6540c9ec3cd278ddf986e (diff)
if this PR is accepted we don't need these instructions
Diffstat (limited to 'src')
-rw-r--r--src/runtime/python/README.org14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/runtime/python/README.org b/src/runtime/python/README.org
index 8885694b5..86584dc01 100644
--- a/src/runtime/python/README.org
+++ b/src/runtime/python/README.org
@@ -120,20 +120,6 @@ Build the C runtime by following the instructions in ~gf-core/src/runtime/c/INST
After a successful ~make install~, rebuild the Python bindings.
-** configure: error: cpu aarch64 not supported
-
-When building the C runtime, did you get this error?
-
-#+begin_example
- configure: error: cpu aarch64 not supported
-#+end_example
-
-Solution: edit ~src/runtime/c/configure.ac~ to add ~aarch*~ to the ~arm64~ line.
-
-#+begin_example
- aarch* | arm*) cpu=arm; AC_DEFINE(LIGHTNING_ARM, 1,
-#+end_example
-
** How to re-build the Python bindings using pip
Sometimes a ~pip install pgf~ will decline to recompile, because a cached wheel exists.