forked from c-h-david/shbaam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.brw
34 lines (24 loc) · 985 Bytes
/
requirements.brw
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
#*******************************************************************************
#requirements.brw
#*******************************************************************************
#Purpose:
#This file lists all the packages from Homebrew Tool that are required by
#SHBAAM, and is used by the "brew" software.
#Author:
#Cedric H. David, 2017-2018
#*******************************************************************************
#Usage
#*******************************************************************************
#brew reinstall $(grep -v -E '(^#|^$)' requirements.brw)
#*******************************************************************************
#Requirements for brew
#*******************************************************************************
python@2
md5sha1sum
wget
netcdf
gdal
spatialindex
#*******************************************************************************
#End
#*******************************************************************************