forked from c-h-david/rrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.apt
48 lines (40 loc) · 1.47 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
44
45
46
47
48
#*******************************************************************************
#requirements.apt
#*******************************************************************************
#Purpose:
#This file lists all the packages from the Advanced Packaging Tool that are
#required by RRR, 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
#-------------------------------------------------------------------------------
python-pip
python-dev
git
vim
#-------------------------------------------------------------------------------
#Needed for Travis CI
#-------------------------------------------------------------------------------
libhdf5-dev
libnetcdf-dev
netcdf-bin
nco
libgdal-dev
gdal-bin
libav-tools
libfreetype6-dev
libxml2-dev
libxslt1-dev
libffi-dev
libspatialindex-dev
#*******************************************************************************
#End
#*******************************************************************************