File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise
5
5
6
6
sudo add-apt-repository ppa:ubuntugis/ppa -y
7
7
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable -y # For postgresql-9.1-postgis-2.1
8
- sudo add-apt-repository ppa:grass/grass-stable -y
9
8
sudo add-apt-repository ppa:smspillaz/cmake-3.0.2 -y
10
9
sudo add-apt-repository ppa:kedazo/doxygen-updates-precise -y # For doxygen 1.8.8
11
10
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
@@ -19,7 +18,6 @@ sudo apt-get install --force-yes --no-install-recommends --no-install-suggests \
19
18
git \
20
19
graphviz \
21
20
grass-dev \
22
- grass7-dev \
23
21
libexpat1-dev \
24
22
libfcgi-dev \
25
23
libgdal1-dev \
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export CC="clang-3.7"
5
5
cmake -DWITH_SERVER=ON \
6
6
-DWITH_STAGED_PLUGINS=OFF \
7
7
-DWITH_GRASS=ON \
8
- -DWITH_GRASS7=ON \
9
8
-DSUPPRESS_QT_WARNINGS=ON \
10
9
-DENABLE_MODELTEST=ON \
11
10
-DENABLE_PGTEST=ON \
You can’t perform that action at this time.
0 commit comments