Skip to content

Commit

Permalink
if this PR is accepted we don't need these instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mengwong authored and inariksit committed Mar 5, 2022
1 parent bc14a56 commit b53a102
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/runtime/python/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b53a102

Please sign in to comment.