-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGMT4param.txt
executable file
·79 lines (79 loc) · 2.4 KB
/
GMT4param.txt
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# This file contains parameters needed by the install script
# install_gmt for GMT Version 4.5.14. Give this file
# as the argument to the install_gmt script and the whole
# installation process can be placed in the background.
# Default answers will be selected where none is given.
# You can edit the values, but do not remove definitions!
#
# Assembled by gmt_install_form.html, $Revision: 10353 $
# Processed by install_gmt_form.pl : 10353 on
#
# Sun Oct 30 05:29:08 HST 2016
#
# Do NOT add any spaces around the = signs. The
# file MUST conform to Bourne shell syntax
#---------------------------------------------
# GMT VERSION
#---------------------------------------------
GMT_version=4.5.14
#---------------------------------------------
# SYSTEM UTILITIES AND FTP SETTING
#---------------------------------------------
GMT_make=make
passive_ftp=y
#---------------------------------------------
# NETCDF SECTION
#---------------------------------------------
netcdf_path=$PWD/netcdf-3.6.3
#---------------------------------------------
# GSHHG SECTION
#---------------------------------------------
GSHHG_install=y
GSHHG_ftp=n
GSHHG_path=$PWD
#---------------------------------------------
# GDAL SECTION
#---------------------------------------------
use_gdal=n
gdal_path=
#---------------------------------------------
# GMT FTP SECTION
#---------------------------------------------
GMT_ftp=n
GMT_ftpsite=4
GMT_inst_gmt=y
#---------------------------------------------
# GMT SUPPLEMENTS SELECT SECTION
#---------------------------------------------
GMT_suppl_mex=d
GMT_mex_type=octave
GMT_suppl_xgrid=d
#---------------------------------------------
# GMT ENVIRONMENT SECTION
#---------------------------------------------
GMT_si=y
GMT_ps=y
GMT_prefix=$PWD/gmt-4.5.14
GMT_bin=$PWD/gmt-4.5.14/bin
GMT_lib=$PWD/gmt-4.5.14/lib
GMT_share=$PWD/gmt-4.5.14/share
GMT_include=$PWD/gmt-4.5.14/include
GMT_man=$PWD/gmt-4.5.14/man
GMT_doc=$PWD/gmt-4.5.14/share/doc/gmt
GMT_sharedir=$PWD/gmt-4.5.14/share
#---------------------------------------------
# COMPILING & LINKING SECTION
#---------------------------------------------
GMT_sharedlib=n
GMT_cc=gcc
GMT_64=
GMT_flock=y
GMT_triangle=y
#---------------------------------------------
# TEST & print FILE SECTION
#---------------------------------------------
GMT_run_examples=y
GMT_delete=n
#---------------------------------------------
# MEX SECTION
#---------------------------------------------