Skip to content

Commit

Permalink
#633 typo in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Oct 24, 2019
1 parent b5ca60a commit cfed5bf
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 @@ -5,7 +5,6 @@ CURRENT_DIR=`pwd`
SUNDIALS_URL=https://computing.llnl.gov/projects/sundials/download/sundials-4.1.0.tar.gz
SUNDIALS_NAME=sundials-4.1.0.tar.gz

mkdir $TMP_DIR
INSTALL_DIR=$CURRENT_DIR/sundials4

wget $SUNDIALS_URL -O $SUNDIALS_NAME
Expand All @@ -15,6 +14,7 @@ tar -xvf $SUNDIALS_NAME
cd sundials-4.1.0
cp $CURRENT_DIR/scripts/replace-cmake/CMakeLists.txt .

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

Expand All @@ -27,7 +27,7 @@ cmake -DBLAS_ENABLE=ON\
-DBUILD_IDAS=OFF\
-DBUILD_KINSOL=OFF\
-DEXAMPLES_ENABLE:BOOL=OFF\
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR ../sundials-4.1.0/\
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR\
-DKLU_ENABLE=ON\
../sundials-4.1.0

Expand Down

0 comments on commit cfed5bf

Please sign in to comment.