forked from c-h-david/shbaam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.apt
43 lines (35 loc) · 1.4 KB
/
requirements.apt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#*******************************************************************************
#requirements.apt
#*******************************************************************************
#Purpose:
#This file lists all the packages from the Advanced Packaging Tool that are
#required by SHBAAM, and is used by the "apt-get" software.
#Author:
#Cedric H. David, 2017-2018
#*******************************************************************************
#Usage
#*******************************************************************************
#sudo apt-get install -y $(grep -v -E '(^#|^$)' requirements.apt)
#*******************************************************************************
#Requirements for apt-get
#*******************************************************************************
#-------------------------------------------------------------------------------
#Not needed for Travis CI
#-------------------------------------------------------------------------------
vim
git
wget
zip
unzip
python-pip
python-dev
#-------------------------------------------------------------------------------
#Needed for Travis CI
#-------------------------------------------------------------------------------
libnetcdf-dev
libgdal-dev
libspatialindex-dev
libgeos-dev
#*******************************************************************************
#End
#*******************************************************************************