You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "CPLEX_DIR environment variable not set, please set (e.g. ~/Path/To/CPLEX_Studio/) prior to installing in order to install JaBbA with CPLEX functionality"
cp -r srcs/src.blank src
elif [ ! -d "${CPLEX_DIR}" ]
then
echo "CPLEX_DIR variable set but directory $CPLEX_DIR not found, please set to a valid absolute path (e.g. /Path/To/CPLEX_Studio/) in order to install JaBbA with CPLEX functionality"
cp -r srcs/src.blank src
else
echo "CPLEX_DIR environment variable, found (CPLEX_DIR=$CPLEX_DIR), will install CPLEX functionality"