mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Install wheel for vectfit
This commit is contained in:
parent
5ba3569b3a
commit
36a54c896a
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ cd $HOME
|
|||
git clone -b $XTENSOR_BLAS_BRANCH $XTENSOR_BLAS_REPO
|
||||
cd xtensor-blas && mkdir build && cd build && cmake .. && sudo make install
|
||||
|
||||
# Install wheel (remove when vectfit supports installation with build isolation)
|
||||
pip install wheel
|
||||
|
||||
# Install vectfit
|
||||
cd $HOME
|
||||
git clone https://github.com/liangjg/vectfit.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue