# HG changeset patch # User wolffd # Date 1530290921 -3600 # Node ID a4cd935561d429e3e35b8422c0b53b1d92f0ab54 # Parent 81d8cac0a8b996e1f1abb636cef4b53eb94ddc8a small updates and version pin for cliopatria diff -r 81d8cac0a8b9 -r a4cd935561d4 etc/setup_as_dml.sh --- a/etc/setup_as_dml.sh Fri Jun 29 15:58:29 2018 +0100 +++ b/etc/setup_as_dml.sh Fri Jun 29 17:48:41 2018 +0100 @@ -78,7 +78,7 @@ fi if [ $INSTALL_SWI_PACKS == yes ]; then - swipl -g 'maplist(pack_install,[lambda,prosqlite,memo,callgraph,swipe,sparkle,musicbrainz,plsmf,plumdrum,sindice]), halt' + swipl -g 'maplist(pack_install,[lambda,real,prosqlite,memo,callgraph,swipe,sparkle,musicbrainz,plsmf,plumdrum,sindice]), halt' if [ $HAVE_MATLAB == yes ]; then swipl -g 'pack_install(plml), halt' fi diff -r 81d8cac0a8b9 -r a4cd935561d4 etc/setup_as_root.sh --- a/etc/setup_as_root.sh Fri Jun 29 15:58:29 2018 +0100 +++ b/etc/setup_as_root.sh Fri Jun 29 17:48:41 2018 +0100 @@ -44,7 +44,8 @@ $DO apt-get install -y libossp-uuid-dev libssl-dev zlib1g-dev unixodbc-dev libsmf-dev libsqlite3-dev $DO apt-get install -y graphviz lilypond pdf2svg texlive-font-utils p7zip-full $DO apt-get install -y vorbis-tools lame sox faad flac libsox-fmt-all fluidsynth -$DO apt-get install -y libasound2-dev libgmp3-dev libreadline-dev zip unzip libarchive-dev # needed for prolog install in setup_dml +$DO apt-get install -y libasound2-dev libgmp3-dev libreadline-dev zip unzip libarchive-dev # needed for prolog install in setup_dml +$DO apt-get install -y r-base # R support, may need more modern version # below may not be necessary #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password password $DML_MYSQL_PASS' #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password_again password $DML_MYSQL_PASS'