[GRASS-SVN] r67850 - in grass/trunk: . tools/vagrant
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 16 10:31:21 PST 2016
Author: martinl
Date: 2016-02-16 10:31:21 -0800 (Tue, 16 Feb 2016)
New Revision: 67850
Modified:
grass/trunk/Vagrantfile
grass/trunk/tools/vagrant/compile.sh
Log:
Vagrant: enable liblas
Modified: grass/trunk/Vagrantfile
===================================================================
--- grass/trunk/Vagrantfile 2016-02-16 17:34:27 UTC (rev 67849)
+++ grass/trunk/Vagrantfile 2016-02-16 18:31:21 UTC (rev 67850)
@@ -76,9 +76,8 @@
"libblas-dev",
"liblapack-dev",
"unixodbc-dev",
- "zlib1g-dev"
- # "liblas",
- # "liblas-c-dev"
+ "zlib1g-dev",
+ "liblas-c-dev"
]
unless File.exists?(".no_apt_cache")
Modified: grass/trunk/tools/vagrant/compile.sh
===================================================================
--- grass/trunk/tools/vagrant/compile.sh 2016-02-16 17:34:27 UTC (rev 67849)
+++ grass/trunk/tools/vagrant/compile.sh 2016-02-16 18:31:21 UTC (rev 67850)
@@ -45,7 +45,8 @@
--with-proj-share=/usr/share/proj \
--with-wxwidgets=/usr/bin/wx-config \
--with-python \
- --with-cairo
+ --with-cairo \
+ --with-liblas
fi
make -j $NUMTHREADS
More information about the grass-commit
mailing list