Vagrant: enable liblas

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67850 15284696-431f-4ddb-bdfa-cd5b030d7da7
py3
martinl 2016-02-16 18:31:21 +00:00
parent 37a18eb6d1
commit c0042c1d17
2 changed files with 4 additions and 4 deletions

5
Vagrantfile vendored
View File

@ -76,9 +76,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"libblas-dev",
"liblapack-dev",
"unixodbc-dev",
"zlib1g-dev"
# "liblas",
# "liblas-c-dev"
"zlib1g-dev",
"liblas-c-dev"
]
unless File.exists?(".no_apt_cache")

View File

@ -45,7 +45,8 @@ if [ ! -f "include/Make/Platform.make" ] ; then
--with-proj-share=/usr/share/proj \
--with-wxwidgets=/usr/bin/wx-config \
--with-python \
--with-cairo
--with-cairo \
--with-liblas
fi
make -j $NUMTHREADS