Skip to content

Commit

Permalink
#646 try a fix for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Nov 8, 2019
1 parent fc1f6bd commit af39ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_sundials_4.1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ make -j$NUM_OF_CORES install
cd $CURRENT_DIR
rm -rf build-sundials-4.1.0
rm -rf sundials-4.1.0
export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH # For Linux
export DYLD_LIBRARY_PATH=$INSTALL_DIR/lib:$DYLD_LIBRARY_PATH # For Mac
export SUNDIALS_INST=$INSTALL_DIR

# get pybind11
Expand Down

0 comments on commit af39ac2

Please sign in to comment.