mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
fix the way to install pybind
This commit is contained in:
parent
6fde0d3581
commit
d9fff3a0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,8 +19,8 @@ XTENSOR_BLAS_REPO='https://github.com/xtensor-stack/xtensor-blas'
|
|||
|
||||
cd $HOME
|
||||
git clone -b $PYBIND_BRANCH $PYBIND_REPO
|
||||
pip install ./pybind11
|
||||
cd pybind11 && mkdir build && cd build && cmake .. && sudo make install
|
||||
pip install $HOME/pybind11
|
||||
|
||||
cd $HOME
|
||||
git clone -b $XTL_BRANCH $XTL_REPO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue