File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ apt-get update
8
8
apt-get install -y python-software-properties
9
9
add-apt-repository -y ppa:ubuntugis/ppa
10
10
add-apt-repository -y ppa:ubuntugis/ubuntugis-testing
11
+ add-apt-repository -y ppa:dluxen/cmake-backports
11
12
apt-get update
12
13
apt-get -y upgrade
13
14
14
15
# install packages we need
15
- apt-get install -q -y git build-essential pkg-config cmake libgeos-dev rake \
16
+ apt-get install -q -y git build-essential pkg-config cmake3 libgeos-dev rake \
16
17
libpq-dev python-all-dev libproj-dev libxml2-dev postgis php5-dev \
17
18
postgresql-server-dev-9.3 postgresql-9.3-postgis-2.2 vim bison flex swig \
18
19
librsvg2-dev libpng12-dev libjpeg-dev libgif-dev \
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ mv proj-6.1.1 vagrant-proj
13
13
(cd vagrant-proj/data && curl -s http://download.osgeo.org/proj/proj-datumgrid-1.8.tar.gz > proj-datumgrid-1.8.tar.gz && tar xvzf proj-datumgrid-1.8.tar.gz)
14
14
(cd vagrant-proj; CFLAGS=' -DPROJ_RENAME_SYMBOLS -O2' CXXFLAGS=' -DPROJ_RENAME_SYMBOLS -O2' ./configure --disable-static --prefix=/vagrant/install-vagrant-proj-6 && make -j $NUMTHREADS && make -j $NUMTHREADS install)
15
15
cp -r /vagrant/install-vagrant-proj-6/include /vagrant/install-vagrant-proj-6/include_proj4_api_only
16
- rm /vagrant/install-vagrant-proj-6/include_proj4_api_only/proj.h
16
+ rm -f /vagrant/install-vagrant-proj-6/include_proj4_api_only/proj.h
You can’t perform that action at this time.
0 commit comments