Closed zzzDavid closed 9 months ago
This PR updates the build.sh script to install Python dependencies before building LLVM18.x.
build.sh
Building LLVM18.x with Python binding enabled requires numpy. The error message during cmake is:
Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Python3_NumPy_INCLUDE_DIRS Development.Module NumPy)
When user run bash build.sh, install python requirements as well.
bash build.sh
Description
This PR updates the
build.sh
script to install Python dependencies before building LLVM18.x.Problems
Building LLVM18.x with Python binding enabled requires numpy. The error message during cmake is:
Proposed Solutions
When user run
bash build.sh
, install python requirements as well.Checklist