From f1c9e6a64142be9c5e0eb6e6fe6f7c6cd9391d12 Mon Sep 17 00:00:00 2001 From: Max Feldman Date: Tue, 6 Nov 2012 15:48:27 -0800 Subject: [PATCH 1/2] Added libconfig to install script. Made it PG --- instance-files/install_cancer.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/instance-files/install_cancer.sh b/instance-files/install_cancer.sh index 2b549e1..40626b5 100755 --- a/instance-files/install_cancer.sh +++ b/instance-files/install_cancer.sh @@ -14,7 +14,7 @@ cpanm --force Log::Log4perl cpanm --force Date/Calc.pm cpanm --force XMLRPC::Lite -#yes "" | perl -MCPAN -e "install Bundle::CPAN" # This won't run automatically because Perl is a piece of shit +#yes "" | perl -MCPAN -e "install Bundle::CPAN" # This won't run automatically because Perl is bad #yes "" | perl -MCPAN -e "install Log::Log4perl" #yes "" | perl -MCPAN -e "install 'Date/Calc.pm'" #yes "" | perl -MCPAN -e "install XMLRPC::Lite" @@ -24,6 +24,13 @@ apt-get install -y openmpi-bin libopenmpi-dev libboost-mpi-dev libboost-filesyst wget http://sparsehash.googlecode.com/files/sparsehash_2.0.2-1_i386.deb dpkg -i sparsehash_2.0.2-1_i386.deb rm sparsehash_2.0.2-1_i386.deb +# libconfig +wget http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz +tar -zxvf libconfig-1.4.9.tar.gz +rm libconfig-1.4.9.tar.gz +cd libconfig-1.4.9/ +./configure && make && make install +cd .. # For RAID # Installing mdadm recommends postfix as a dependency... From dc0528584e3b16656c47e67f60d74ebfcc55de26 Mon Sep 17 00:00:00 2001 From: Max Feldman Date: Wed, 7 Nov 2012 00:04:14 -0800 Subject: [PATCH 2/2] Removed libconfig --- instance-files/install_cancer.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/instance-files/install_cancer.sh b/instance-files/install_cancer.sh index 40626b5..f67dd5f 100755 --- a/instance-files/install_cancer.sh +++ b/instance-files/install_cancer.sh @@ -24,13 +24,6 @@ apt-get install -y openmpi-bin libopenmpi-dev libboost-mpi-dev libboost-filesyst wget http://sparsehash.googlecode.com/files/sparsehash_2.0.2-1_i386.deb dpkg -i sparsehash_2.0.2-1_i386.deb rm sparsehash_2.0.2-1_i386.deb -# libconfig -wget http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz -tar -zxvf libconfig-1.4.9.tar.gz -rm libconfig-1.4.9.tar.gz -cd libconfig-1.4.9/ -./configure && make && make install -cd .. # For RAID # Installing mdadm recommends postfix as a dependency...