Repository: climate Updated Branches: refs/heads/master 328cb6e19 -> 6b765fc5f
Code cleanup - Remove whitespaces from ocw-vm/ related files. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/d7a8116e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/d7a8116e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/d7a8116e Branch: refs/heads/master Commit: d7a8116eb41cd2d4beb9ca771cfa46d23ed71300 Parents: ca93686 Author: Vinicius Silva <[email protected]> Authored: Sun Nov 1 19:26:09 2015 -0200 Committer: Vinicius Silva <[email protected]> Committed: Mon Nov 2 23:58:15 2015 -0200 ---------------------------------------------------------------------- ocw-vm/Vagrantfile | 2 +- ocw-vm/init-ocw-vm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/d7a8116e/ocw-vm/Vagrantfile ---------------------------------------------------------------------- diff --git a/ocw-vm/Vagrantfile b/ocw-vm/Vagrantfile index 90f41a6..af5b377 100644 --- a/ocw-vm/Vagrantfile +++ b/ocw-vm/Vagrantfile @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "hashicorp/precise64" - + #Boot the VM into GUI mode. config.vm.provider "virtualbox" do |vb| # Don't boot with headless mode http://git-wip-us.apache.org/repos/asf/climate/blob/d7a8116e/ocw-vm/init-ocw-vm.sh ---------------------------------------------------------------------- diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh index ea89668..bf38fd7 100755 --- a/ocw-vm/init-ocw-vm.sh +++ b/ocw-vm/init-ocw-vm.sh @@ -25,7 +25,7 @@ sudo apt-get install -y liblapack-dev sudo apt-get install -y gfortran sudo apt-get install -y g++ sudo apt-get install -y build-essential -sudo apt-get install -y python-dev +sudo apt-get install -y python-dev sudo apt-get install -y ia32-libs --fix-missing sudo apt-get install -y git sudo apt-get install -y vim
