Skip to content

Commit

Permalink
#633 fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Oct 11, 2019
1 parent 8e7bf3b commit 77e5c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_sundials_4.1.0.sh
Expand Up @@ -82,8 +82,8 @@ export SUITESPARSE=$SUITESPARSE_DIR
cd $CURRENT_DIR
mkdir -p third-party
cd third-party
# if already cloned then pull otherwise clone pybind11
if cd pybind11; then git pull; else git clone https://github.com/pybind/pybind11.git; fi
rm -rf pybind11 # just remove it if it is already there
git clone https://github.com/pybind/pybind11.git; fi

cd $CURRENT_DIR
pip install pybind11 # also do a pip install for good measure
Expand Down

0 comments on commit 77e5c8f

Please sign in to comment.