Skip to content

Commit f818327

Browse files
authored
Fix Sharpy build steps in README.md (#7)
Update README.md
1 parent a175942 commit f818327

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ Parallel and distributed execution currently is MPI/CSP-like. In a later version
99

1010
## Setting up build environment
1111

12-
Install MLIR/LLVM and Intel® Extension for MLIR (IMEX, see https://github.com/intel/mlir-extensions).
12+
Install MLIR/LLVM and Intel® Extension for MLIR (IMEX, see https://github.com/intel/mlir-extensions). Make sure you use `-DLLVM_ENABLE_RTTI=ON` when configuring LLVM and use build target `all`.
1313

1414
```bash
1515
git clone --recurse-submodules https://github.com/IntelPython/sharded-array-for-python
1616
cd sharded-array-for-python
17-
git checkout jit
1817
conda create --file conda-env.txt --name sharpy
1918
conda activate sharpy
2019
export MPIROOT=$CONDA_PREFIX

0 commit comments

Comments
 (0)