File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656# ########################################################
5757
5858if [ " $type " = " Chem" ]; then
59- extra_packages=" flex-old bison"
59+ extra_packages=" flex bison"
6060fi
6161echo " Please enter your sudo password, so necessary packages can be installed."
6262sudo apt-get update
@@ -106,9 +106,9 @@ export LDFLAGS="-L/usr/lib/x86_64-linux-gnu/hdf5/serial/ -L/usr/lib"
106106export CPPFLAGS=" -I/usr/include/hdf5/serial/ -I/usr/include"
107107export LD_LIBRARY_PATH=/usr/lib
108108if [ " $type " = " Chem" ]; then
109- [[ -z $( grep " export FLEX_LIB_DIR=/usr/lib" ~ /.bashrc) ]] && echo " export FLEX_LIB_DIR=/usr/lib" >> ~ /.bashrc
109+ [[ -z $( grep " export FLEX_LIB_DIR=/usr/lib/x86_64-linux-gnu " ~ /.bashrc) ]] && echo " export FLEX_LIB_DIR=/usr/lib/x86_64-linux-gnu " >> ~ /.bashrc
110110[[ -z $( grep " export YACC='yacc -d'" ~ /.bashrc) ]] && echo " export YACC='yacc -d'" >> ~ /.bashrc
111- export FLEX_LIB_DIR=/usr/lib
111+ export FLEX_LIB_DIR=/usr/lib/x86_64-linux-gnu
112112export YACC=' yacc -d'
113113fi
114114# #########################################
You can’t perform that action at this time.
0 commit comments