Vagrant: enable liblas
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67850 15284696-431f-4ddb-bdfa-cd5b030d7da7py3
parent
37a18eb6d1
commit
c0042c1d17
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue