mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
pybind is required as well
This commit is contained in:
parent
ddfda7e6ed
commit
6fde0d3581
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
#pip3 install pybind11
|
||||
PYBIND_BRANCH='master'
|
||||
PYBIND_REPO='https://github.com/pybind/pybind11'
|
||||
|
||||
|
|
@ -17,8 +16,10 @@ XTENSOR_PYTHON_REPO='https://github.com/xtensor-stack/xtensor-python'
|
|||
XTENSOR_BLAS_BRANCH='0.17.1'
|
||||
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
|
||||
|
||||
cd $HOME
|
||||
|
|
@ -40,4 +41,4 @@ cd xtensor-blas && mkdir build && cd build && cmake .. && sudo make install
|
|||
# Install vectfit
|
||||
cd $HOME
|
||||
git clone https://github.com/liangjg/vectfit.git
|
||||
pip3 install ./vectfit
|
||||
pip install ./vectfit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue