[GRASS-SVN] r67849 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 16 09:34:27 PST 2016
Author: martinl
Date: 2016-02-16 09:34:27 -0800 (Tue, 16 Feb 2016)
New Revision: 67849
Modified:
grass/trunk/Vagrantfile
Log:
Vagrant: move from precise64 to trusty64
Modified: grass/trunk/Vagrantfile
===================================================================
--- grass/trunk/Vagrantfile 2016-02-16 13:35:10 UTC (rev 67848)
+++ grass/trunk/Vagrantfile 2016-02-16 17:34:27 UTC (rev 67849)
@@ -13,10 +13,10 @@
vm_ram = ENV['VAGRANT_VM_RAM'] || 1024
vm_cpu = ENV['VAGRANT_VM_CPU'] || 2
- config.vm.box = "precise64"
+ config.vm.box = "trusty64"
config.vm.hostname = "grass-gis-vagrant"
- config.vm.box_url = "http://files.vagrantup.com/precise64.box"
+ config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"
config.vm.define "grass-gis-vagrant" do |host|
config.vm.network :forwarded_port, guest: 80, host: 8080
@@ -47,7 +47,6 @@
"gettext",
"flex",
"bison",
- "lesstif2-dev",
"libcairo2-dev",
"libfftw3-dev",
"libfreetype6-dev",
@@ -71,7 +70,7 @@
"python-dev",
"python-numpy",
"python-ply",
- # "python-pil",
+ "python-pil",
"libnetcdf-dev",
"netcdf-bin",
"libblas-dev",
More information about the grass-commit
mailing list