Skip to content

Commit

Permalink
Removing custom-boost dependency from R installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
princethewinner committed Jan 5, 2019
1 parent 610c04c commit b38c139
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ fi

if [ ${LANGUAGE} == 'R' ]; then

if [ ${BOOST_PATH} != "None" ]; then
echo -e "export PKG_CPPFLAGS=-I${BOOST_PATH}"
export PKG_CPPFLAGS=-I${BOOST_PATH}
fi

INSTALL_DIR=${LANGUAGE}
echo "Changing directory to ${INSTALL_DIR}"
cd ${INSTALL_DIR}
Expand Down

0 comments on commit b38c139

Please sign in to comment.