Skip to content

Commit

Permalink
#633 more small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Oct 24, 2019
1 parent cfed5bf commit 892d81a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install_sundials_4.1.0.sh
Expand Up @@ -14,7 +14,7 @@ tar -xvf $SUNDIALS_NAME
cd sundials-4.1.0
cp $CURRENT_DIR/scripts/replace-cmake/CMakeLists.txt .

cd ${CURRENT_DIR}
cd $CURRENT_DIR
mkdir build-sundials-4.1.0
cd build-sundials-4.1.0/

Expand Down Expand Up @@ -50,8 +50,8 @@ git clone https://github.com/pybind/pybind11.git
cd $CURRENT_DIR
pip install pybind11 # also do a pip install for good measure

PY_VERSION=PY_VER=$(python --version 2>&1 | awk '{print $2}')
cmake -DPYBIND11_PYTHON_VERSION=${PY_VERSION} .
PY_VERSION=$(python --version 2>&1 | awk '{print $2}')
cmake -DPYBIND11_PYTHON_VERSION=$PY_VERSION .
make clean
make

Expand Down

0 comments on commit 892d81a

Please sign in to comment.