summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-08-07 18:10:26 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2012-08-07 18:10:26 +0200
commite077d91919e0443f435bda8903c235608453a795 (patch)
tree0692c38ad62399a035640cb409089f4eb1cdf0e5 /install
parent85ebb85e82077a31f9aeac6bea79136001e6be10 (diff)
Separated raptor2/rasqal and fixes.
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 2 insertions, 3 deletions
diff --git a/install b/install
index 3d1793f..dbd9fbc 100755
--- a/install
+++ b/install
@@ -40,7 +40,8 @@ echo
[ -f $HOME/.opentox/config/install/config.sh ] || (cmd="mkdir -p $HOME/.opentox/config/install && cp config.sh $HOME/.opentox/config/install" && run_cmd "$cmd" "Install config.sh to CONFIG (~/.opentox)")
. ./base-install # Debian specific; disable this for others.
-./raptor_rasqal-install # Download, compile and build raptor2 and rasqal. Install to OT_PREFIX.
+./raptor2-install # Download, compile and build raptor2. Install to OT_PREFIX.
+./rasqal-install # Download, compile and build rasqal. Install to OT_PREFIX.
./4store-install # Download, compile and build 4store. Install to OT_PREFIX.
if [ ! -d ~/.rbenv ]; then
@@ -56,6 +57,4 @@ fi
[ -f $HOME/.opentox/config/ambit_descriptors.yaml ] || (cmd="cp ambit_descriptors.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Ambit keys file")
[ -f $HOME/.opentox/config/jl_keys.yaml ] || (cmd="cp jl_keys.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Joelib keys file")
-. ./services-install
-
notify