changeset 100:a4cd935561d4 dml-dockerised tip

small updates and version pin for cliopatria
author wolffd <wolffd.mail@googlemail.com>
date Fri, 29 Jun 2018 17:48:41 +0100
parents 81d8cac0a8b9
children
files etc/setup_as_dml.sh etc/setup_as_root.sh
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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'